Jump to content

REQUESTDATA: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 22: Line 22:
         element (server thread). It has no special meaning, and is not
         element (server thread). It has no special meaning, and is not
         altered by the operating system.
         altered by the operating system.
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 16:45, 30 October 2011

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.


Back to OS/2 API