This topic has not yet been rated - Rate this topic

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.

 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.