DelegatesEnumLocalesProc Delegate
Namespace: DevCase.Win32.DelegatesAssembly: 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
)
Public Delegate Function EnumLocalesProc (
localeString As String
) As Boolean
Dim instance As New EnumLocalesProc(AddressOf HandlerMethod)
public delegate bool EnumLocalesProc(
String^ localeString
)
type EnumLocalesProc =
delegate of
localeString : string -> bool
No code example is currently available or this language may not be supported.
- localeString String
-
Pointer to a buffer containing a null-terminated locale identifier string.
Boolean
Returns
to continue enumeration or
otherwise.