com.sun.jna.platform.win32
Interface LMCons

All Superinterfaces:
com.sun.jna.AltCallingConvention, com.sun.jna.Library, com.sun.jna.win32.StdCall, com.sun.jna.win32.StdCallLibrary

public interface LMCons
extends com.sun.jna.win32.StdCallLibrary

Ported from LMCons.h.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.win32.StdCallLibrary
com.sun.jna.win32.StdCallLibrary.StdCallCallback
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
com.sun.jna.Library.Handler
 
Field Summary
static int MAX_PREFERRED_LENGTH
          Value to be used with APIs which have a "preferred maximum length" parameter.
static int NETBIOS_NAME_LEN
           
 
Fields inherited from interface com.sun.jna.win32.StdCallLibrary
FUNCTION_MAPPER, STDCALL_CONVENTION
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 

Field Detail

NETBIOS_NAME_LEN

static final int NETBIOS_NAME_LEN
See Also:
Constant Field Values

MAX_PREFERRED_LENGTH

static final int MAX_PREFERRED_LENGTH
Value to be used with APIs which have a "preferred maximum length" parameter. This value indicates that the API should just allocate "as much as it takes."

See Also:
Constant Field Values