PTRDRAWFUNCTION: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== PTRDRAWFUNCTION == | == PTRDRAWFUNCTION == | ||
Pointer Draw Routine access data. | Pointer Draw Routine access data. | ||
=== Type === | === Type === | ||
[[USHORT]] usReturnCode | |||
[[ | [[PFN]] pfnDraw | ||
[[ | [[PCH]] pchDataSeg | ||
[[ | |||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
;usReturnCode:Return Code. | |||
;pfnDraw:Pointer to Draw Routine Entry Point (Selector:offset). | |||
;pchDataSeg:Pointer to Draw Routine Data Segment Selector. | |||
[[Category:Data type]] | |||
[[Category: |