PTRDRAWFUNCTION: Difference between revisions
Appearance
m Ak120 moved page OS2 API:DataType:PTRDRAWFUNCTION to PTRDRAWFUNCTION |
mNo edit summary |
||
Line 1: | Line 1: | ||
Pointer Draw Routine access data. | |||
Pointer Draw Routine access data. | |||
== Type == | |||
[[USHORT]] usReturnCode | [[USHORT]] usReturnCode | ||
[[PFN]] pfnDraw | [[PFN]] pfnDraw | ||
[[PCH]] pchDataSeg | [[PCH]] pchDataSeg | ||
=== C Declaration Method === | |||
typedef struct | typedef struct | ||
== Fields == | |||
;usReturnCode:Return Code. | ;usReturnCode:Return Code. | ||
;pfnDraw:Pointer to Draw Routine Entry Point (Selector:offset). | ;pfnDraw:Pointer to Draw Routine Entry Point (Selector:offset). |