public class CK_VOLUME_INFO_EXTENDED extends Pkcs11Structure
Modifier and Type | Field and Description |
---|---|
NativeLong |
accessMode |
NativeLong |
flags |
NativeLong |
idVolume |
NativeLong |
volumeOwner |
NativeLong |
volumeSize |
Constructor and Description |
---|
CK_VOLUME_INFO_EXTENDED() |
CK_VOLUME_INFO_EXTENDED(NativeLong idVolume,
NativeLong volumeSize,
NativeLong accessMode,
NativeLong volumeOwner,
NativeLong flags) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
public NativeLong idVolume
public NativeLong volumeSize
public NativeLong accessMode
public NativeLong volumeOwner
public NativeLong flags
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.