RECORDITEM: Difference between revisions
Appearance
Created page with "USAGE_RECORD structure. == Type == struct == C Declaration Method== typedef struct == Example Code== <PRE> typedef struct _RECORDITEM { HWND hwndCnr; →Container into which the object is inserted.: PMINIRECORDCORE pRecord; →Record pointer within the container.: ULONG ulUser; →For application use.: } RECORDITEM; typedef RECORDITEM * PRECORDITEM ; </PRE> Category:WPS Data type" |
(No difference)
|
Latest revision as of 03:07, 3 May 2025
USAGE_RECORD structure.
Type
struct
C Declaration Method
typedef struct
Example Code
typedef struct _RECORDITEM { HWND hwndCnr; /* Container into which the object is inserted. */ PMINIRECORDCORE pRecord; /* Record pointer within the container. */ ULONG ulUser; /* For application use. */ } RECORDITEM; typedef RECORDITEM * PRECORDITEM ;