UserToolsUserPasswordHandleIncomingCommand Method |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic Object HandleIncomingCommand(
int cat,
int id,
Object obj
)
Public Function HandleIncomingCommand (
cat As Integer,
id As Integer,
obj As Object
) As Object
public:
Object^ HandleIncomingCommand(
int cat,
int id,
Object^ obj
)
member HandleIncomingCommand :
cat : int *
id : int *
obj : Object -> Object
Parameters
- cat
- Type: SystemInt32
- id
- Type: SystemInt32
- obj
- Type: SystemObject
Return Value
Type:
Object
See Also