2.2.8 RPC_CLIENT_ID
The RPC_CLIENT_ID structure is used in the ElfrChangeNotify (section 3.1.4.21) method for local method invocations only.
typedef struct _RPC_CLIENT_ID {
unsigned long UniqueProcess;
unsigned long UniqueThread;
} RPC_CLIENT_ID,
*PRPC_CLIENT_ID;
-
UniqueProcess: A 32-bit unsigned integer. Ignored when ElfrChangeNotify (section 3.1.4.21) is invoked remotely.
-
UniqueThread: A 32-bit unsigned integer. Ignored when ElfrChangeNotify (section 3.1.4.21) is invoked remotely.