Package com.sun.jna.platform.win32
Interface LMCons
- 
 public interface LMConsPorted from LMCons.h.- Author:
- dblock[at]dblock.org Windows SDK 6.0A
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intMAX_PREFERRED_LENGTHValue to be used with APIs which have a "preferred maximum length" parameter.static intNETBIOS_NAME_LEN
 
- 
- 
- 
Field Detail- 
NETBIOS_NAME_LENstatic final int NETBIOS_NAME_LEN - See Also:
- Constant Field Values
 
 - 
MAX_PREFERRED_LENGTHstatic 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
 
 
- 
 
-