
20
3.3 SysGetUserIDCode
This function retrieves the user ID written in the EEPROM.
Calling Sequences
[C++]
DWORD SysGetUserIDCode(
DWORD *pwUserID
)
[Visual Basic]
Public Shared Function SysGetUserIDCode( _
ByRef pwUserID As Int32 _
) As Int32
[C#]
public static Int32 SysGetUserIDCode(
ref Int32 pwUserID
);
Parameters
pwUserID
This parameter is for retrieving the user ID.
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales