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