ReactOS 0.4.15-dev-6669-g8227c5d
|
#include "precomp.h"
Go to the source code of this file.
|
static |
Definition at line 346 of file utils.cpp.
Referenced by Int64ToString().
|
static |
Definition at line 301 of file utils.cpp.
Referenced by Int64ToString().
EXTERN_C INT WINAPI Int64ToString | ( | _In_ LONGLONG | llValue, |
_Out_writes_z_(cchOut) LPWSTR | pszOut, | ||
_In_ UINT | cchOut, | ||
_In_ BOOL | bUseFormat, | ||
_In_opt_ const NUMBERFMTW * | pNumberFormat, | ||
_In_ DWORD | dwNumberFlags | ||
) |
Definition at line 406 of file utils.cpp.
Referenced by DoTestEntry(), LargeIntegerToString(), and Test_Int64ToString().
EXTERN_C INT WINAPI LargeIntegerToString | ( | _In_ const LARGE_INTEGER * | pLargeInt, |
_Out_writes_z_(cchOut) LPWSTR | pszOut, | ||
_In_ UINT | cchOut, | ||
_In_ BOOL | bUseFormat, | ||
_In_opt_ const NUMBERFMTW * | pNumberFormat, | ||
_In_ DWORD | dwNumberFlags | ||
) |
Definition at line 444 of file utils.cpp.
Referenced by DoTestEntry(), and Test_LargeIntegerToString().
Definition at line 12 of file utils.cpp.
Referenced by SHOpenEffectiveToken().
Definition at line 214 of file utils.cpp.
EXTERN_C BOOL WINAPI SHFindComputer | ( | LPCITEMIDLIST | pidlRoot, |
LPCITEMIDLIST | pidlSavedSearch | ||
) |
Definition at line 275 of file utils.cpp.
Referenced by CTrayWindow::HandleCommand(), CTrayWindow::HandleHotKey(), and StartMenuHandler::ShowSearchComputer().
Definition at line 172 of file utils.cpp.
Definition at line 43 of file utils.cpp.
EXTERN_C HRESULT WINAPI SHInvokePrivilegedFunctionW | ( | _In_z_ LPCWSTR | pszName, |
_In_ PRIVILEGED_FUNCTION | fn, | ||
_In_opt_ LPARAM | lParam | ||
) |
Definition at line 70 of file utils.cpp.
Definition at line 34 of file utils.cpp.
Referenced by SHGetUserSessionId(), SHInvokePrivilegedFunctionW(), and SHTestTokenPrivilegeW().
Definition at line 113 of file utils.cpp.
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |