DelegatesEnumLocalesProc Delegate

An application-defined callback function that processes enumerated locale information provided by the EnumSystemLocales(DelegatesEnumLocalesProc, EnumSystemLocalesFlags) 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 EnumLocalesProc(
	string localeString
)

Parameters

localeString  String
Pointer to a buffer containing a null-terminated locale identifier string.

Return Value

Boolean
Returns to continue enumeration or otherwise.

Remarks

See Also