STROBJ_vEnumStart function (winddi.h)
The STROBJ_vEnumStart function defines the form, or type, for data that will be returned from GDI in subsequent calls to STROBJ_bEnum.
Syntax
ENGAPI VOID STROBJ_vEnumStart(
STROBJ *pstro
);
Parameters
pstro
Pointer to the STROBJ structure whose data form is to be defined.
Return value
None
Remarks
This function also restarts the enumeration of the GLYPHPOS array.
This function should be called by the driver prior to calling STROBJ_bEnum.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 2000 and later versions of the Windows operating systems. |
Target Platform | Universal |
Header | winddi.h (include Winddi.h) |
Library | Win32k.lib |
DLL | Win32k.sys |