DelegatesEnumCodePagesProc Delegate

An application-defined callback function that processes enumerated code page information provided by the EnumSystemCodePages(DelegatesEnumCodePagesProc, EnumSystemCodePagesFlags) function.

Definition

Namespace: DevCase.Win32.Delegates
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public delegate bool EnumCodePagesProc(
	string codePageString
)

Parameters

codePageString  String
Pointer to a buffer containing a null-terminated code page identifier string.

Return Value

Boolean
Returns to continue enumeration or otherwise.

Remarks

See Also