C#
VB
C++
public byte[] GetUserInformationData(
int index
)
Public Function GetUserInformationData( _
ByVal index As Integer _
) As Byte()
public:
array<byte>^ GetUserInformationData(
int index
)
index
Index of the User-defined item whose data is required.
Buffer that contains the data of the specified User-defined item.
For more information about User-defined items, refer to AddUserInformation.
For an example, refer to IsRoleSelect.
GetUserInformationDataLength Method
GetUserInformationDataPtr Method
SetUserInformation(Int32,Byte,IntPtr,Int32) Method