65 nPrefixLength =
wcslen(pszPrefix);
67 if ((
ret == 0) && (ppszSuffix !=
NULL))
94 if (pszInString[0] ==
L'"')
99 pStart = &pszInString[1];
100 pEnd =
wcschr(pStart,
'"');
112 pStart = pszInString;
119 if (pszOutString ==
NULL)
142 if (pszOutString ==
NULL)
145 wcscpy(pszOutString, pszInString);
BOOL HasPrefix(_In_ PWSTR pszString, _In_ PWSTR pszPrefix, _Out_opt_ PWSTR *ppszSuffix)
BOOL IsDecString(_In_ PWSTR pszDecString)
BOOL IsHexString(_In_ PWSTR pszHexString)
ULONGLONG RoundingDivide(_In_ ULONGLONG Dividend, _In_ ULONGLONG Divisor)
PWSTR DuplicateQuotedString(_In_ PWSTR pszInString)
PVOID NTAPI RtlAllocateHeap(IN PVOID HeapHandle, IN ULONG Flags, IN SIZE_T Size)
_CRTIMP size_t __cdecl wcslen(_In_z_ const wchar_t *_Str)
_CRTIMP wchar_t *__cdecl wcscpy(_Out_writes_z_(_String_length_(_Source)+1) wchar_t *_Dest, _In_z_ const wchar_t *_Source)
_CRTIMP wchar_t *__cdecl wcsncpy(wchar_t *_Dest, const wchar_t *_Source, size_t _Count)
_Check_return_ _CRTIMP int __cdecl _wcsnicmp(_In_reads_or_z_(_MaxCount) const wchar_t *_Str1, _In_reads_or_z_(_MaxCount) const wchar_t *_Str2, _In_ size_t _MaxCount)
#define DuplicateString(x)
_In_ DWORD _In_ DWORD _Out_writes_to_opt_ pcchString LPSTR pszString
_In_ LARGE_INTEGER Divisor