org.jinterop.dcom.win32
Interface FUNCKIND


public interface FUNCKIND

Function specifier.

Since:
1.0

Field Summary
static java.lang.Integer FUNC_DISPATCH
           
static java.lang.Integer FUNC_NONVIRTUAL
           
static java.lang.Integer FUNC_PUREVIRTUAL
           
static java.lang.Integer FUNC_STATIC
           
static java.lang.Integer FUNC_VIRTUAL
           
 

Field Detail

FUNC_VIRTUAL

static final java.lang.Integer FUNC_VIRTUAL

FUNC_PUREVIRTUAL

static final java.lang.Integer FUNC_PUREVIRTUAL

FUNC_NONVIRTUAL

static final java.lang.Integer FUNC_NONVIRTUAL

FUNC_STATIC

static final java.lang.Integer FUNC_STATIC

FUNC_DISPATCH

static final java.lang.Integer FUNC_DISPATCH