C#
Objective-C
C++
public byte GetUserInformationType(
int index
)
- (uint8_t)userInformationTypeAtIndex:(NSUInteger)index;
public:
byte GetUserInformationType(
int index
)
index
Index of the User-defined item whose type is required.
The type 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