Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Command Object : GetUniqueID Method
Long value used to indicate the high part of the 64-bit unique id of the command.
Long value used to indicate the low part of the 64-bit unique id of the command.
GetUniqueID Method
Description
This command retrieves the low and high parts of the 64-bit unique id of the command.
Syntax
Visual Basic
Public Sub GetUniqueID( _
   ByRef HiPart As Long, _
   ByRef LoPart As Long _
) 
Parameters
HiPart
Long value used to indicate the high part of the 64-bit unique id of the command.
LoPart
Long value used to indicate the low part of the 64-bit unique id of the command.
Return Type
None
See Also