ACTIVE_STRING_INFO¶
Used by EE_GET_ACTIVE_STRING message.
typedef struct _ACTIVE_STRING_INFO {
UINT cbSize;
LPWSTR pBuf;
UINT cchBuf;
UINT nFlags;
} ACTIVE_STRING_INFO;
Members¶
cbSize
Size of this data structure, in bytes. Set this member to sizeof( ACTIVE_STRING_INFO ) before sending the EE_GET_ACTIVE_STRING message.
pBuf
Specifies the buffer to receive the active string.
cchBuf
Specifies the size of the buffer in characters.
nFlags
Currently not used.
Version¶
Supported on Version 16.9 or later.