C#
Objective-C
C++
public int GetUserInformationDataLength(
int index
)
- (NSUInteger)lengthOfUserInformationAtIndex:(NSUInteger)index;
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