Jump to content

PTRDRAWDATA: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 27: Line 27:
           0  Application  
           0  Application  
           1  BVS
           1  BVS
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 15:07, 1 November 2011

PTRDRAWDATA

Pointer Draw Data structure.

Type

USHORT  cb
USHORT  usConfig
USHORT  usFlag

C Declaration Method

typedef struct

Fields

cb        Length of the data structure.
          The length of the data structure is equal to 6.
  
usConfig  Display Configuration Number.
          The display configuration number on which the pointer draw routine
          should draw.
usFlag    Caller flag.
          Specifies whether this call is made for an application or the Base
          Video Subsystem (BVS), where:
          0  Application 
          1  BVS


Back to OS/2 API