Jump to content

MOUQUEINFO: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
== MOUQUEINFO ==
== MOUQUEINFO ==
Mouse queue status structure.
Mouse queue status structure.
   
   
=== Type ===  
=== Type ===  
 
  [[ULONG]]  cEvents
  [[OS2 API:DataType:ULONG|ULONG]]  cEvents
  ULONG  cmaxEvents
  [[OS2 API:DataType:ULONG|ULONG]] cmaxEvents


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


=== Fields ===
=== Fields ===
;cEvents:Current number of queue elements.
;cmaxEvents:Maximum number of queue elements.


cEvents    Current number of queue elements.
[[Category:Data type]]
cmaxEvents  Maximum number of queue elements.
 
 
 
 
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

Revision as of 20:04, 28 November 2016

MOUQUEINFO

Mouse queue status structure.

Type

ULONG  cEvents
ULONG  cmaxEvents

C Declaration Method

typedef struct

Fields

cEvents
Current number of queue elements.
cmaxEvents
Maximum number of queue elements.