REQUESTDATA: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
=== Type === | === Type === | ||
[[ | [[PID]] pid | ||
[[ | [[ULONG]] ulData | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
Line 15: | Line 15: | ||
:An event code that is specified by the application. This data is understood by both the thread that is adding the element to the queue (the client thread) and the thread that receives the queue element (server thread). It has no special meaning, and is not altered by the operating system. | :An event code that is specified by the application. This data is understood by both the thread that is adding the element to the queue (the client thread) and the thread that receives the queue element (server thread). It has no special meaning, and is not altered by the operating system. | ||
[[Category: | [[Category:Data type]] |
Revision as of 13:56, 31 October 2016
REQUESTDATA
Request data.
Type
PID pid ULONG ulData
C Declaration Method
typedef struct
Fields
- pid
- Process identifier of the process that placed the element into the queue.
- ulData
- An event code that is specified by the application. This data is understood by both the thread that is adding the element to the queue (the client thread) and the thread that receives the queue element (server thread). It has no special meaning, and is not altered by the operating system.