ReactOS 0.4.16-dev-336-gb667d82
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Definition at line 866 of file utils.c.
Referenced by cmpStrAW(), FilenameA2W(), FilenameA2W_N(), FilenameU2A_FitOrFail(), and FilenameW2A_N().
NTSTATUS WINAPI BaseCreateStack | ( | _In_ HANDLE | hProcess, |
_In_opt_ SIZE_T | StackCommit, | ||
_In_opt_ SIZE_T | StackReserve, | ||
_Out_ PINITIAL_TEB | InitialTeb | ||
) |
Definition at line 354 of file utils.c.
Referenced by CreateFiberEx(), CreateProcessInternalW(), and CreateRemoteThread().
POBJECT_ATTRIBUTES WINAPI BaseFormatObjectAttributes | ( | OUT POBJECT_ATTRIBUTES | ObjectAttributes, |
IN PSECURITY_ATTRIBUTES SecurityAttributes | OPTIONAL, | ||
IN PUNICODE_STRING | ObjectName | ||
) |
Definition at line 304 of file utils.c.
Referenced by CreateFileMappingW(), CreateProcessInternalW(), and CreateRemoteThread().
PLARGE_INTEGER WINAPI BaseFormatTimeOut | ( | OUT PLARGE_INTEGER | Timeout, |
IN DWORD | dwMilliseconds | ||
) |
Definition at line 288 of file utils.c.
Referenced by GetQueuedCompletionStatus(), SignalObjectAndWait(), SleepEx(), WaitForDebugEvent(), WaitForMultipleObjectsEx(), and WaitForSingleObjectEx().
Definition at line 495 of file utils.c.
Referenced by CreateRemoteThread().
Definition at line 63 of file utils.c.
Referenced by BaseFormatObjectAttributes(), and OpenFileMappingW().
VOID WINAPI BaseInitializeContext | ( | IN PCONTEXT | Context, |
IN PVOID | Parameter, | ||
IN PVOID | StartAddress, | ||
IN PVOID | StackAddress, | ||
IN ULONG | ContextType | ||
) |
Definition at line 513 of file utils.c.
Referenced by CreateFiberEx(), CreateProcessInternalW(), and CreateRemoteThread().
Definition at line 876 of file utils.c.
Referenced by CreateDirectoryExW().
BOOLEAN WINAPI Basep8BitStringToDynamicUnicodeString | ( | OUT PUNICODE_STRING | UnicodeString, |
IN LPCSTR | String | ||
) |
Definition at line 225 of file utils.c.
Referenced by CopyFileA(), CopyFileExA(), CreateDirectoryExA(), CreateHardLinkA(), CreateProcessInternalA(), GetFullPathNameA(), GetLongPathNameA(), GetShortPathNameA(), GetTempFileNameA(), MoveFileWithProgressA(), ReplaceFileA(), SearchPathA(), SetVolumeLabelA(), and WaitNamedPipeA().
PUNICODE_STRING WINAPI Basep8BitStringToStaticUnicodeString | ( | IN LPCSTR | String | ) |
Definition at line 188 of file utils.c.
Referenced by CopyFileA(), CopyFileExA(), CreateDirectoryA(), CreateDirectoryExA(), CreateHardLinkA(), DeleteFileA(), FindFirstFileA(), FindFirstFileExA(), GetDiskFreeSpaceA(), GetDiskFreeSpaceExA(), GetDriveTypeA(), GetModuleHandleA(), GetModuleHandleExA(), GetTempFileNameA(), GetVolumeInformationA(), GetVolumeNameForVolumeMountPointA(), GetVolumePathNameA(), GetVolumePathNamesForVolumeNameA(), LoadLibraryExA(), RemoveDirectoryA(), SearchPathA(), SetCurrentDirectoryA(), and SetVolumeLabelA().
Definition at line 263 of file utils.c.
Referenced by CreateProcessInternalA().
ULONG NTAPI BasepAnsiStringToUnicodeSize | ( | IN PANSI_STRING | String | ) |
NTSTATUS WINAPI BasepCheckWinSaferRestrictions | ( | IN HANDLE | UserToken, |
IN LPWSTR | ApplicationName, | ||
IN HANDLE | FileHandle, | ||
OUT PBOOLEAN | InJob, | ||
OUT PHANDLE | NewToken, | ||
OUT PHANDLE | JobHandle | ||
) |
Definition at line 921 of file utils.c.
Referenced by CreateProcessInternalW().
Definition at line 665 of file utils.c.
Referenced by CreateProcessInternalW(), and SetPriorityClass().
VOID NTAPI BasepLocateExeLdrEntry | ( | IN PLDR_DATA_TABLE_ENTRY | Entry, |
IN PVOID | Context, | ||
OUT BOOLEAN * | StopEnumeration | ||
) |
Definition at line 156 of file utils.c.
Referenced by BasepComputeProcessPath(), and LoadLibraryExW().
NTSTATUS WINAPI BasepMapFile | ( | IN LPCWSTR | lpApplicationName, |
OUT PHANDLE | hSection, | ||
IN PUNICODE_STRING | ApplicationName | ||
) |
Definition at line 688 of file utils.c.
ULONG NTAPI BasepOemStringToUnicodeSize | ( | IN PANSI_STRING | String | ) |
Definition at line 42 of file utils.c.
Referenced by SetFileApisToOEM().
ULONG NTAPI BasepUnicodeStringToAnsiSize | ( | IN PUNICODE_STRING | String | ) |
ULONG NTAPI BasepUnicodeStringToOemSize | ( | IN PUNICODE_STRING | String | ) |
Definition at line 35 of file utils.c.
Referenced by SetFileApisToOEM().
Definition at line 849 of file utils.c.
Definition at line 831 of file utils.c.
Referenced by _tmain().
Definition at line 785 of file utils.c.
Referenced by custom_start_server(), get_systemdirectory(), msi_disable_fs_redirection(), run_winemenubuilder(), and test_wow64().
Definition at line 762 of file utils.c.
Referenced by Wow64EnableWow64FsRedirection().
Definition at line 808 of file utils.c.
Referenced by custom_start_server(), get_systemdirectory(), msi_revert_fs_redirection(), run_winemenubuilder(), and test_wow64().
PRTL_COUNT_STRINGA Basep8BitStringToUnicodeSize = BasepAnsiStringToUnicodeSize |
Definition at line 29 of file utils.c.
Referenced by SetFileApisToANSI(), and SetFileApisToOEM().
PRTL_CONVERT_STRING Basep8BitStringToUnicodeString = RtlAnsiStringToUnicodeString |
Definition at line 26 of file utils.c.
Referenced by AreFileApisANSI(), Basep8BitStringToDynamicUnicodeString(), Basep8BitStringToStaticUnicodeString(), DllMain(), SetDllDirectoryA(), SetFileApisToANSI(), and SetFileApisToOEM().
PRTL_COUNT_STRING BasepUnicodeStringTo8BitSize = BasepUnicodeStringToAnsiSize |
Definition at line 28 of file utils.c.
Referenced by GetDllDirectoryA(), SetFileApisToANSI(), and SetFileApisToOEM().
PRTL_CONVERT_STRINGA BasepUnicodeStringTo8BitString = RtlUnicodeStringToAnsiString |
Definition at line 27 of file utils.c.
Referenced by FindFirstFileA(), FindFirstFileExA(), FindNextFileA(), GetCurrentDirectoryA(), GetDllDirectoryA(), GetFullPathNameA(), GetLongPathNameA(), GetModuleFileNameA(), GetShortPathNameA(), GetSystemDirectoryA(), GetSystemWindowsDirectoryA(), GetTempFileNameA(), IsShortName_U(), SetFileApisToANSI(), and SetFileApisToOEM().
Definition at line 25 of file utils.c.
Referenced by CheckNameLegalDOS8Dot3A(), OpenFile(), SetFileApisToANSI(), and SetFileApisToOEM().
UNICODE_STRING Restricted = RTL_CONSTANT_STRING(L"Restricted") |
Definition at line 24 of file utils.c.
Referenced by BaseGetNamedObjectDirectory(), SepCompareTokens(), and SepSidInTokenEx().