Jump to content

REQUESTDATA: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== REQUESTDATA ==
Request data
 
Request data.


=== Type ===
=== Type ===
 
  [[PID]]    pid
  [[OS2 API:DataType:PID|PID]]    pid
  [[ULONG]]  ulData
  [[OS2 API:DataType:ULONG|ULONG]]  ulData


==== C Declaration Method ====
==== C Declaration Method ====
typedef struct
typedef struct


=== Fields ===
=== 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.


pid    Process identifier of the process that placed the element into the
[[Category:Data type]]
        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.
 
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

Latest revision as of 20:59, 13 March 2019

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.