Microsoft DirectX 9.0 |
The AM_WST_PAGE structure identifies a WST page.
Syntax
typedef struct _AM_WST_PAGE {
DWORD dwPageNr ;
DWORD dwSubPageNr ;
BYTE* pucPageData;
} AM_WST_PAGE, *PAM_WST_PAGE ;
Members
dwPageNr
The page number.
dwSubPageNr
The sub-page number.
pucPageData
A pointer to the page data.
See Also