|
|
(3 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| == PTRDRAWFUNCTION ==
| | Pointer Draw Routine access data. |
|
| |
|
| Pointer Draw Routine access data.
| | == Type == |
| | | [[USHORT]] usReturnCode |
| === Type ===
| | [[PFN]] pfnDraw |
| | | [[PCH]] pchDataSeg |
| [[OS2 API:DataType:USHORT|USHORT]] usReturnCode | |
| [[OS2 API:DataType:PFN|PFN]] pfnDraw | |
| [[OS2 API:DataType:PCH|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. |
|
| |
|
| usReturnCode Return Code.
| | [[Category:Data type]] |
| pfnDraw Pointer to Draw Routine Entry Point (Selector:offset).
| |
| pchDataSeg Pointer to Draw Routine Data Segment Selector.
| |
Latest revision as of 01:03, 9 February 2020
Pointer Draw Routine access data.
Type
USHORT usReturnCode
PFN pfnDraw
PCH pchDataSeg
C Declaration Method
typedef struct
Fields
- usReturnCode
- Return Code.
- pfnDraw
- Pointer to Draw Routine Entry Point (Selector:offset).
- pchDataSeg
- Pointer to Draw Routine Data Segment Selector.