All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bytedeco.systems.windows.TP_POOL Maven / Gradle / Ivy

There is a newer version: 1.5.10
Show newest version
// Targeted by JavaCPP version 1.5.4: DO NOT EDIT THIS FILE

package org.bytedeco.systems.windows;

import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;

import static org.bytedeco.javacpp.presets.javacpp.*;

import static org.bytedeco.systems.global.windows.*;


@Opaque @Properties(inherit = org.bytedeco.systems.presets.windows.class)
public class TP_POOL extends Pointer {
    /** Empty constructor. Calls {@code super((Pointer)null)}. */
    public TP_POOL() { super((Pointer)null); }
    /** Pointer cast constructor. Invokes {@link Pointer#Pointer(Pointer)}. */
    public TP_POOL(Pointer p) { super(p); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy