STROBJ_dwGetCodePage function (winddi.h)

The STROBJ_dwGetCodePage function returns the code page associated with the specified STROBJ structure.

Syntax

ENGAPI DWORD STROBJ_dwGetCodePage(
  STROBJ *pstro
);

Parameters

pstro

Pointer to a STROBJ structure with which the code page is associated.

Return value

STROBJ_dwGetCodePage returns a DWORD value that identifies the code page associated with the font used in the text output call at the Win32 API level.

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

See also

STROBJ