TTLOADINFO structure (t2embapi.h)
The TTLOADINFO structure contains the URL from which the embedded font object has been obtained.
Syntax
typedef struct {
unsigned short usStructSize;
unsigned short usRefStrSize;
unsigned short *pusRefStr;
} TTLOADINFO;
Members
usStructSize
Size, in bytes, of this structure. The client should set this value to sizeof(TTLOADINFO).
usRefStrSize
Size, in wide characters, of pusRefStr, including the terminating null character.
pusRefStr
Pointer to the string containing the current URL.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | t2embapi.h |