#include <ntrtlp.h>
Go to the source code of this file.
Functions | |
NTSTATUS | RtlIntegerToChar (IN ULONG Value, IN ULONG Base OPTIONAL, IN LONG OutputLength, OUT PSZ String) |
NTSTATUS | RtlCharToInteger (IN PCSZ String, IN ULONG Base OPTIONAL, OUT PULONG Value) |
NTSTATUS | RtlUnicodeStringToInteger (IN PUNICODE_STRING String, IN ULONG Base OPTIONAL, OUT PULONG Value) |
NTSTATUS | RtlIntegerToUnicode (IN ULONG Value, IN ULONG Base OPTIONAL, IN LONG OutputLength, OUT PWSTR String) |
NTSTATUS | RtlIntegerToUnicodeString (IN ULONG Value, IN ULONG Base OPTIONAL, IN OUT PUNICODE_STRING String) |
NTSTATUS | RtlLargeIntegerToChar (IN PLARGE_INTEGER Value, IN ULONG Base OPTIONAL, IN LONG OutputLength, OUT PSZ String) |
NTSTATUS | RtlLargeIntegerToUnicode (IN PLARGE_INTEGER Value, IN ULONG Base OPTIONAL, IN LONG OutputLength, OUT PWSTR String) |
NTSTATUS | RtlInt64ToUnicodeString (IN ULONGLONG Value, IN ULONG Base OPTIONAL, IN OUT PUNICODE_STRING String) |
Variables | |
CHAR | RtlpIntegerChars [] |
WCHAR | RtlpIntegerWChars [] |
|
Definition at line 121 of file cnvint.c. References c, CHAR, EXCEPTION_EXECUTE_HANDLER, and String. Referenced by CmpMatchAcpiCreatorRevisionRule(), CmpMatchAcpiOemRevisionRule(), CmpMatchAcpiRevisionRule(), LdrpSnapThunk(), and main().
|
|
Definition at line 632 of file cnvint.c. References FALSE, NT_SUCCESS, NTSTATUS(), RtlAnsiStringToUnicodeString(), RtlLargeIntegerToChar(), Status, String, strlen(), and USHORT.
|
|
Definition at line 40 of file cnvint.c. References CHAR, EXCEPTION_EXECUTE_HANDLER, RtlpIntegerChars, and String. Referenced by ClientThread(), CmpInitializeRegistryNode(), InternalRegisterClassEx(), KbdLayerRealDllFileForWBT(), main(), RtlIntegerToUnicodeString(), and ServerThread().
|
|
Definition at line 352 of file cnvint.c. References EXCEPTION_EXECUTE_HANDLER, L, RtlpIntegerWChars, and String. Referenced by RtlConvertSidToUnicodeString().
|
|
Definition at line 433 of file cnvint.c. References FALSE, NT_SUCCESS, NTSTATUS(), RtlAnsiStringToUnicodeString(), RtlIntegerToChar(), Status, String, strlen(), and USHORT. Referenced by CmpFindRSDTTable(), DriverEntry(), ExpValidateLocale(), ImmLoadLayout(), pIoQueryDeviceDescription(), and UIntToStr().
|
|
Definition at line 456 of file cnvint.c. References CHAR, EXCEPTION_EXECUTE_HANDLER, RtlExtendedLargeIntegerDivide(), RtlpIntegerChars, and String. Referenced by RtlInt64ToUnicodeString().
|
|
Definition at line 544 of file cnvint.c. References EXCEPTION_EXECUTE_HANDLER, L, RtlExtendedLargeIntegerDivide(), RtlpIntegerWChars, and String. Referenced by RtlConvertSidToUnicodeString().
|
|
Definition at line 225 of file cnvint.c. References c, EXCEPTION_EXECUTE_HANDLER, L, and String. Referenced by CliGetPreloadKeyboardLayouts(), CliSetSingleHotKey(), CmpFindProfileOption(), CmpGetAcpiProfileInformation(), ExpGetCurrentUserUILanguage(), ExpGetUILanguagePolicy(), ExtractColumn(), FastGetProfileIntW(), GetRegIntFromID(), GetServerIMEKeyboardLayout(), InitCreateUserSubsystem(), LdrQueryImageFileExecutionOptions(), OpenKeyboardLayoutFile(), ParseReserved(), RegGetKeyValue(), ResStrCmp(), RtlpGetIntegerAtom(), SetAppCompatFlags(), SetAppImeCompatFlags(), StrToUInt(), and xxxLoadKeyboardLayoutEx().
|
|
Initial value:
Definition at line 32 of file cnvint.c. Referenced by RtlIntegerToChar(), and RtlLargeIntegerToChar(). |
|
Initial value: Definition at line 35 of file cnvint.c. Referenced by RtlIntegerToUnicode(), and RtlLargeIntegerToUnicode(). |