STROBJ_vEnumStart

VOID STROBJ_vEnumStart(

IN STROBJ *pstro
);

STROBJ_vEnumStart defines the form, or type, for data that will be returned from GDI in subsequent calls to STROBJ_bEnum. This function also restarts the enumeration of the GLYPHPOS array.

Parameters

pstro

Points to the STROBJ structure whose data form is to be defined.

Comments

This function should be called by the driver prior to calling STROBJ_bEnum.