C#
VB
C++
public int GetUserInformationDataLength(
int index
)
Public Function GetUserInformationDataLength( _
ByVal index As Integer _
) As Integer
public:
int GetUserInformationDataLength(
int index
)
index
Index of the User-defined item whose length is required.
The length of the specified User-defined item.
For more information about User-defined items, refer to AddUserInformation.
For an example, refer to IsRoleSelect.
GetUserInformationDataPtr Method
SetUserInformation(Int32,Byte,IntPtr,Int32) Method