|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <_mingw_unicode.h>#include <stdio.h>#include <string.h>#include <stdarg.h>#include <specstrings.h>
Go to the source code of this file.
Typedefs | |
| typedef unsigned int | size_t |
| typedef int | ssize_t |
| typedef unsigned short | wchar_t |
| typedef long | HRESULT |
| typedef char * | STRSAFE_LPSTR |
| typedef const char * | STRSAFE_LPCSTR |
| typedef wchar_t * | STRSAFE_LPWSTR |
| typedef const wchar_t * | STRSAFE_LPCWSTR |
| typedef ULONG | STRSAFE_DWORD |
| #define _SIZE_T_DEFINED |
| #define StringCatExWorkerA StringCatExWorkerA_instead_use_StringCchCatA_or_StringCchCatExA; |
| #define StringCatExWorkerW StringCatExWorkerW_instead_use_StringCchCatW_or_StringCchCatExW; |
| #define StringCatNExWorkerA StringCatNExWorkerA_instead_use_StringCchCatNExA_or_StringCbCatNExA; |
| #define StringCatNExWorkerW StringCatNExWorkerW_instead_use_StringCchCatNExW_or_StringCbCatNExW; |
| #define StringCatNWorkerA StringCatNWorkerA_instead_use_StringCchCatNA_or_StrincCbCatNA; |
| #define StringCatNWorkerW StringCatNWorkerW_instead_use_StringCchCatNW_or_StringCbCatNW; |
| #define StringCatWorkerA StringCatWorkerA_instead_use_StringCchCatA_or_StringCchCatExA; |
| #define StringCatWorkerW StringCatWorkerW_instead_use_StringCchCatW_or_StringCchCatExW; |
| #define StringCbCat __MINGW_NAME_AW(StringCbCat) |
| #define StringCbCatEx __MINGW_NAME_AW(StringCbCatEx) |
| #define StringCbCatN __MINGW_NAME_AW(StringCbCatN) |
| #define StringCbCatNEx __MINGW_NAME_AW(StringCbCatNEx) |
| #define StringCbCopy __MINGW_NAME_AW(StringCbCopy) |
| #define StringCbCopyEx __MINGW_NAME_AW(StringCbCopyEx) |
| #define StringCbCopyN __MINGW_NAME_AW(StringCbCopyN) |
| #define StringCbCopyNEx __MINGW_NAME_AW(StringCbCopyNEx) |
| #define StringCbGets __MINGW_NAME_AW(StringCbGets) |
| #define StringCbGetsEx __MINGW_NAME_AW(StringCbGetsEx) |
| #define StringCbLength __MINGW_NAME_AW(StringCbLength) |
| #define StringCbPrintf __MINGW_NAME_AW(StringCbPrintf) |
| #define StringCbPrintfEx __MINGW_NAME_AW(StringCbPrintfEx) |
| #define StringCbVPrintf __MINGW_NAME_AW(StringCbVPrintf) |
| #define StringCbVPrintfEx __MINGW_NAME_AW(StringCbVPrintfEx) |
| #define StringCchCat __MINGW_NAME_AW(StringCchCat) |
| #define StringCchCatEx __MINGW_NAME_AW(StringCchCatEx) |
| #define StringCchCatN __MINGW_NAME_AW(StringCchCatN) |
| #define StringCchCatNEx __MINGW_NAME_AW(StringCchCatNEx) |
| #define StringCchCopy __MINGW_NAME_AW(StringCchCopy) |
| #define StringCchCopyEx __MINGW_NAME_AW(StringCchCopyEx) |
| #define StringCchCopyN __MINGW_NAME_AW(StringCchCopyN) |
| #define StringCchCopyNEx __MINGW_NAME_AW(StringCchCopyNEx) |
| #define StringCchGets __MINGW_NAME_AW(StringCchGets) |
| #define StringCchGetsEx __MINGW_NAME_AW(StringCchGetsEx) |
| #define StringCchLength __MINGW_NAME_AW(StringCchLength) |
| #define StringCchPrintf __MINGW_NAME_AW(StringCchPrintf) |
| #define StringCchPrintfEx __MINGW_NAME_AW(StringCchPrintfEx) |
| #define StringCchVPrintf __MINGW_NAME_AW(StringCchVPrintf) |
| #define StringCchVPrintfEx __MINGW_NAME_AW(StringCchVPrintfEx) |
| #define StringCopyExWorkerA StringCopyExWorkerA_instead_use_StringCchCopyA_or_StringCchCopyExA; |
| #define StringCopyExWorkerW StringCopyExWorkerW_instead_use_StringCchCopyW_or_StringCchCopyExW; |
| #define StringCopyWorkerA StringCopyWorkerA_instead_use_StringCchCopyA_or_StringCchCopyExA; |
| #define StringCopyWorkerW StringCopyWorkerW_instead_use_StringCchCopyW_or_StringCchCopyExW; |
| #define StringGetsExWorkerA StringGetsExWorkerA_instead_use_StringCchGetsA_or_StringCbGetsA |
| #define StringGetsExWorkerW StringGetsExWorkerW_instead_use_StringCchGetsW_or_StringCbGetsW |
| #define StringLengthWorkerA StringLengthWorkerA_instead_use_StringCchLengthA_or_StringCbLengthA; |
| #define StringLengthWorkerW StringLengthWorkerW_instead_use_StringCchLengthW_or_StringCbLengthW; |
| #define StringVPrintfExWorkerA StringVPrintfExWorkerA_instead_use_StringCchVPrintfA_or_StringCchVPrintfExA; |
| #define StringVPrintfExWorkerW StringVPrintfExWorkerW_instead_use_StringCchVPrintfW_or_StringCchVPrintfExW; |
| #define StringVPrintfWorkerA StringVPrintfWorkerA_instead_use_StringCchVPrintfA_or_StringCchVPrintfExA; |
| #define StringVPrintfWorkerW StringVPrintfWorkerW_instead_use_StringCchVPrintfW_or_StringCchVPrintfExW; |
| #define STRSAFE_FAILURE_BYTE | ( | x | ) | ((STRSAFE_DWORD)(((x) & 0x000000FF) | STRSAFE_FILL_ON_FAILURE)) |
| #define STRSAFE_FILL_BYTE | ( | x | ) | ((STRSAFE_DWORD)(((x) & 0x000000FF) | STRSAFE_FILL_BEHIND_NULL)) |
| #define STRSAFE_UNICODE_STRING_DEST_NULL_TERMINATED 0x00020000 |
| #define STRSAFE_UNICODE_STRING_VALID_FLAGS (STRSAFE_VALID_FLAGS | STRSAFE_IGNORE_NULL_UNICODE_STRINGS | STRSAFE_UNICODE_STRING_DEST_NULL_TERMINATED) |
| #define STRSAFE_VALID_FLAGS (0x000000FF | STRSAFE_IGNORE_NULLS | STRSAFE_FILL_BEHIND_NULL | STRSAFE_FILL_ON_FAILURE | STRSAFE_NULL_ON_FAILURE | STRSAFE_NO_TRUNCATION) |
| typedef ULONG STRSAFE_DWORD |
| typedef const char* STRSAFE_LPCSTR |
| typedef const wchar_t* STRSAFE_LPCWSTR |
| typedef char* STRSAFE_LPSTR |
| typedef wchar_t* STRSAFE_LPWSTR |
| STRSAFEAPI StringCatExWorkerA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| size_t | cbDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 1259 of file strsafe.h.
| STRSAFEAPI StringCatExWorkerW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| size_t | cbDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 1323 of file strsafe.h.
| STRSAFEAPI StringCatNExWorkerA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| size_t | cbDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| size_t | cchToAppend, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 1403 of file strsafe.h.
| STRSAFEAPI StringCatNExWorkerW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| size_t | cbDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| size_t | cchToAppend, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 1468 of file strsafe.h.
| STRSAFEAPI StringCatNWorkerA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| size_t | cchToAppend | ||
| ) |
Definition at line 1387 of file strsafe.h.
| STRSAFEAPI StringCatNWorkerW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| size_t | cchToAppend | ||
| ) |
Definition at line 1395 of file strsafe.h.
| STRSAFEAPI StringCatWorkerA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCSTR | pszSrc | ||
| ) |
| STRSAFEAPI StringCatWorkerW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCWSTR | pszSrc | ||
| ) |
| STRSAFEAPI StringCbCatA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCSTR | pszSrc | ||
| ) |
Definition at line 337 of file strsafe.h.
Referenced by dump(), and register_service_exA().
| STRSAFEAPI StringCbCatExA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcbRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
| STRSAFEAPI StringCbCatExW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcbRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
| STRSAFEAPI StringCbCatNA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| size_t | cbToAppend | ||
| ) |
| STRSAFEAPI StringCbCatNExA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| size_t | cbToAppend, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcbRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 456 of file strsafe.h.
| STRSAFEAPI StringCbCatNExW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| size_t | cbToAppend, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcbRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
| STRSAFEAPI StringCbCatNW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| size_t | cbToAppend | ||
| ) |
| STRSAFEAPI StringCbCatW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCWSTR | pszSrc | ||
| ) |
Definition at line 342 of file strsafe.h.
Referenced by AddFeature(), AddPrintMonitorList(), AutoStartupApplications(), CopySystemProfile(), CreateSendToDeskLink(), CreateSendToMyDocuments(), CreateSendToZip(), CreateStandardProfile(), CreateTipText(), CreateUserProfileExW(), CDeskLinkDropHandler::Drop(), GdipGetSupportedFileExtensions(), GetAllUsersProfileDirectoryW(), GetDefaultUserProfileDirectoryW(), GetDisplayNameFileAndID(), GetEventMessageFileDLL(), GetMonitorUIFullName(), GetNTObjectSymbolicLinkTarget(), GetUserProfileDirectoryW(), InitializePrinterDrivers(), CFileDefExt::InitOpensWithField(), InitPropertiesDlg(), IntLoadKeyboardLayout(), KmtFltAddAltitude(), KmtFltCreateService(), KmtLoadDriver(), KmtOpenDriver(), KmtpCreateService(), LoadBootIni(), LoadLogFile(), LoadSystemIni(), LoadUserProfileW(), OpenShellFolder(), RegFindRecurse(), RegFindWalk(), register_service(), register_service_exW(), RenameKey(), SavePropertiesDlg(), SaveSettings(), SdbpAppendLayer(), SelectNode(), START_TEST(), test_ACListISF_CURRENTDIR(), Test_ImageSection(), Test_NtGdiAddFontResourceW(), and UpdateUsersShellFolderSettings().
| STRSAFEAPI StringCbCopyA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCSTR | pszSrc | ||
| ) |
Definition at line 161 of file strsafe.h.
Referenced by FxDriver::_InitializeDriverName(), dump(), EditWindowProc(), FakeVersion(), handle_readdir(), ImeWindowProc(), NSP_GetServiceByNameHeapAllocW(), readdir_add_dots(), service_process(), WindowProc(), and xstrsaveA().
| STRSAFEAPI StringCbCopyExA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcbRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
| STRSAFEAPI StringCbCopyExW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcbRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 210 of file strsafe.h.
Referenced by _LocalGetPrinterLevel0(), _LocalGetPrinterLevel1(), _LocalGetPrinterLevel2(), _LocalGetPrinterLevel4(), _LocalGetPrinterLevel5(), _MakePrinterSubKey(), GetNTObjectSymbolicLinkTarget(), CEnumNTDirectory::Initialize(), and StreamingDeviceSetupW().
| STRSAFEAPI StringCbCopyNA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| size_t | cbToCopy | ||
| ) |
| STRSAFEAPI StringCbCopyNExA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| size_t | cbToCopy, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcbRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 287 of file strsafe.h.
| STRSAFEAPI StringCbCopyNExW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| size_t | cbToCopy, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcbRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 299 of file strsafe.h.
Referenced by SafeGetUnicodeString().
| STRSAFEAPI StringCbCopyNW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| size_t | cbToCopy | ||
| ) |
Definition at line 255 of file strsafe.h.
Referenced by CEnumRegRoot::EnumerateNext(), CEnumNTDirectory::EnumerateNext(), CRegistryFolder::FormatValueData(), LogfAllocAndBuildNewRecord(), MakeStrRetFromString(), CEnumRegKey::NextKey(), CEnumRegKey::NextValue(), RenameKey(), CNtObjectFolder::ResolveSymLink(), SdbpBuildSignMediaId(), SdbpGetPermLayersInternal(), SdbQueryDataExTagID(), and SelectNode().
| STRSAFEAPI StringCbCopyW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCWSTR | pszSrc | ||
| ) |
Definition at line 166 of file strsafe.h.
Referenced by _CDataObject_CreateInstance(), _LocalGetPrinterDriverLevel6(), _LocalGetPrinterDriverLevel8(), AddInstallationSource(), AddPrintMonitorList(), AllocStringW(), CCommonFolder< TSelf, TItemId, TExtractIcon >::BindToObject(), CDeviceNode::CDeviceNode(), CDevSettings_GetData(), CFSExtractIcon_CreateInstance(), CClassNode::ConvertResourceDescriptorToString(), CopyKeyName(), CopySystemProfile(), CreateSendToDeskLink(), CreateSendToMyDocuments(), CreateSendToZip(), CreateStandardProfile(), CreateUserProfileExW(), CRegKeySecurity_fnConstructor(), DoAddFilesFromItem(), DoGetBaseName(), DoGetZipName(), CDeskLinkDropHandler::Drop(), EditTypeDlg_OnChangeIcon(), EditTypeDlg_OnCommand(), EditTypeDlg_OnInitDialog(), EditTypeDlg_ReadClass(), EditTypeDlg_UpdateEntryIcon(), EnumPickIconResourceProc(), error(), error_code_messagebox(), FakeVersion(), FileCompareBothWild(), FileCompareOneSideWild(), FileCompareWildTitle(), CRegistryFolder::FormatContentsForDisplay(), CRegistryFolder::FormatValueData(), GetDisplayNameFileAndID(), GetEventMessageFileDLL(), GetFileTypeIconsEx(), COpenWithList::GetName(), GetUserProfileDirectoryW(), CFileDefExt::InitGeneralPage(), CCommonFolder< TSelf, TItemId, TExtractIcon >::Initialize(), CNtObjectFolder::Initialize(), CRegistryFolder::Initialize(), InitializePrinterDrivers(), InitPropertiesDlg(), IntEnumFontFamilies(), KmtFltAddAltitude(), KmtFltCreateService(), KmtLoadDriver(), KmtOpenDriver(), LoadBootIni(), COpenWithList::LoadFromProgIdKey(), LoadLogFile(), LoadSystemIni(), LoadUserProfileW(), Normalize(), NPEnumResource(), CInternetToolbar::OnMenuDropDown(), CAutoComplete::OnNotify(), OpenShellFolder(), pBuildFileList(), pCDevSettings_AllocAndCopyString(), ProcessCmdLine(), ProcessorDlgProc(), RegFindRecurse(), RegFindWalk(), CNtObjectFolder::ResolveSymLink(), SavePropertiesDlg(), SelectNode(), set_buffer(), ShellShutdownDialog(), START_TEST(), SuggestKeys(), test_ACListISF_CURRENTDIR(), Test_NtGdiAddFontResourceW(), TestGetUserObjectInfoW(), TRASH_CanTrashFile(), UpdateAddress(), UpdateStatusBar(), UpdateUsersShellFolderSettings(), validate_operation(), warning(), WrapEnumFontFamiliesExW(), and xstrsave().
| STRSAFE_INLINE_API StringCbGetsA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cbDest | ||
| ) |
| STRSAFE_INLINE_API StringCbGetsExA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcbRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
| STRSAFE_INLINE_API StringCbGetsExW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcbRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
| STRSAFE_INLINE_API StringCbGetsW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cbDest | ||
| ) |
| STRSAFEAPI StringCbLengthA | ( | STRSAFE_LPCSTR | psz, |
| size_t | cbMax, | ||
| size_t * | pcbLength | ||
| ) |
Definition at line 859 of file strsafe.h.
Referenced by xstrsaveA().
| STRSAFEAPI StringCbLengthW | ( | STRSAFE_LPCWSTR | psz, |
| size_t | cbMax, | ||
| size_t * | pcbLength | ||
| ) |
Definition at line 876 of file strsafe.h.
Referenced by xstrsave().
| STRSAFEAPI StringCbPrintfA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCSTR | pszFormat, | ||
| ... | |||
| ) |
Definition at line 547 of file strsafe.h.
Referenced by create_container_key(), dump(), LoadCodePageData(), QueryConfig2A(), send_msg(), test_SdbGetPermLayerKeys(), test_SetupDiInstallClassExA(), test_SetupInstallServicesFromInfSectionExA(), and test_SetupInstallServicesFromInfSectionExW().
| STRSAFEAPI StringCbPrintfExA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcbRemaining, | ||
| STRSAFE_DWORD | dwFlags, | ||
| STRSAFE_LPCSTR | pszFormat, | ||
| ... | |||
| ) |
| STRSAFEAPI StringCbPrintfExW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcbRemaining, | ||
| STRSAFE_DWORD | dwFlags, | ||
| STRSAFE_LPCWSTR | pszFormat, | ||
| ... | |||
| ) |
Definition at line 623 of file strsafe.h.
Referenced by Preview_pSaveImageAs().
| STRSAFEAPI StringCbPrintfW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCWSTR | pszFormat, | ||
| ... | |||
| ) |
Definition at line 557 of file strsafe.h.
Referenced by COpenWithList::Add(), COpenWithList::AddAppToMRUList(), CDefaultContextMenu::AddStaticContextMenusToMenu(), CDefaultContextMenu::BrowserFlagsFromVerb(), CreateProfile(), CShellLink::DoOpenFileLocation(), EditTypeDlg_WriteClass(), EnumEventsThread(), EnumPickIconResourceProc(), COpenWithList::Execute(), CDrvDefExt::ExtraPageProc(), FileTypesDlg_AddExt(), CRegistryFolder::FormatValueData(), CDrvDefExt::GeneralPageProc(), CNetConnectionPropertyUi::GetDeviceInstanceID(), GetInterfaceNameInternal(), CFileDefExt::InitFileType(), CDefaultContextMenu::InvokeRegVerb(), COpenWithList::IsHidden(), CNetConnectionPropertyUi::LANPropertiesUIDlg(), COpenWithList::Load(), CNewMenu::LoadItem(), COpenWithList::LoadRecommendedFromHKCR(), COpenWithList::LoadRecommendedFromHKCU(), CACLCustomMRU::LoadTypedURLs(), MAIN_SaveSettings(), MAIN_SetMainWindowTitle(), MakeService(), modify_dword_dlgproc(), CNewMenu::NewItemByCommand(), ProcessorDlgProc(), QueryConfig2W(), SafeRemoveDevice(), COpenWithList::SaveApp(), SaveSettings(), SdbpBuildSignMediaId(), service_process(), COpenWithList::SetDefaultHandler(), SHEmptyRecycleBinW(), START_TEST(), StartChild(), test_runner(), TestGetUserObjectInfoW(), txt_build_subkey_path(), UpdateAddress(), UpdateStatusBar(), and wmain().
| STRSAFEAPI StringCbVPrintfA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCSTR | pszFormat, | ||
| va_list | argList | ||
| ) |
Definition at line 502 of file strsafe.h.
Referenced by DoTraceLevelMessage(), service_ok(), and service_trace().
| STRSAFEAPI StringCbVPrintfExA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcbRemaining, | ||
| STRSAFE_DWORD | dwFlags, | ||
| STRSAFE_LPCSTR | pszFormat, | ||
| va_list | argList | ||
| ) |
| STRSAFEAPI StringCbVPrintfExW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcbRemaining, | ||
| STRSAFE_DWORD | dwFlags, | ||
| STRSAFE_LPCWSTR | pszFormat, | ||
| va_list | argList | ||
| ) |
| STRSAFEAPI StringCbVPrintfW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cbDest, | ||
| STRSAFE_LPCWSTR | pszFormat, | ||
| va_list | argList | ||
| ) |
Definition at line 507 of file strsafe.h.
Referenced by BestFit_Write(), warning(), write_status(), and WriteToLogPrintfV().
| STRSAFEAPI StringCchCatA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCSTR | pszSrc | ||
| ) |
Definition at line 320 of file strsafe.h.
Referenced by check_for_files(), CheckForCurrentHostname(), config_init(), dprint_multi_addr(), GetComputerNameA(), nfs41_symlink_target(), Query_Main(), referral_resolve(), RunShell(), SHStringFromGUIDA(), and START_TEST().
| STRSAFEAPI StringCchCatExA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
| STRSAFEAPI StringCchCatExW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
| STRSAFEAPI StringCchCatNA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| size_t | cchToAppend | ||
| ) |
| STRSAFEAPI StringCchCatNExA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| size_t | cchToAppend, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
| STRSAFEAPI StringCchCatNExW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| size_t | cchToAppend, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
| STRSAFEAPI StringCchCatNW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| size_t | cchToAppend | ||
| ) |
Definition at line 407 of file strsafe.h.
Referenced by ReplaceSubstr(), and StrNCatBuff().
| STRSAFEAPI StringCchCatW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCWSTR | pszSrc | ||
| ) |
Definition at line 325 of file strsafe.h.
Referenced by AddUninstallKey(), AppendSystemFamily(), BuildPathToSdb(), CLayerStringList::CLayerStringList(), ConCfgOpenUserSettings(), DoHtmlHelpW(), FontTypeChange(), GetEventMessage(), GetMonitorUIFullName(), GetOwnerModuleFromTagEntry(), CMainWindow::GetSaveFileName(), GetSystemName(), GetSystemVersion(), Ghost_OnCreate(), Imm32GetSystemLibraryPath(), Imm32GetVerInfoValue(), CFontExt::Initialize(), CFileSysEnum::Initialize(), InitLogging(), InstallEventSource(), InstallScreenSaverW(), IntConvertFontPaths(), IsLFNDriveW(), LoadShimDLL(), LoadSoundFiles(), MMSYS_InstallDevice(), NPAddConnection3(), OnAddStartMenuItems(), OnDropFiles(), CShellLink::OnInitDialog(), CAttributesDialog::OnInitDialog(), CSearchBar::OnSearchButtonClicked(), OpenHostsFile(), ParseAsn(), PerfDataGetText(), Preview_UpdateTitle(), ProductPageDlgProc(), ReplaceSubstr(), RunControlPanel(), ScmAutoStartServices(), SdbGetAppPatchDir(), SdbInitDatabase(), SdbInstall(), SdbPackAppCompatData(), SeiBuildShimRefArray(), SeiInit(), SetKeyboardLayoutName(), RegistrySettings::SetWallpaper(), SHELL32_GetCLSIDForDirectory(), SHELL_GetCaptionFromDataObject(), START_TEST(), StartInstaller(), StartShell(), TestCommandLine(), TestDllStartup(), testKeyboardLayouts(), TranslateConsoleName(), User32GetSystemFilePath(), wcsrep(), WhereSearchFiles(), WhereSearchRecursive(), and wmain().
| STRSAFEAPI StringCchCopyA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCSTR | pszSrc | ||
| ) |
Definition at line 145 of file strsafe.h.
Referenced by CheckForCurrentHostname(), config_defaults(), create_open_state(), decode_readdir_entry(), DuplicateStringA(), EnumPrintersA(), FxIFRStart(), BtrfsContextMenu::GetCommandString(), CZipFolder::GetCommandString(), CDefaultContextMenu::GetCommandString(), GetComputerNameA(), GetPartitionTypeString(), GetPrinterA(), GetSystemName(), group_cache_copy(), handle_cb_compound(), handle_mount(), idmap_lookup_group(), idmap_lookup_user(), ATL::CA2AEX< t_nBufferLength >::Init(), MD_rect_text(), nfs41_callback_session_init(), nfs41_idmap_gid_to_group(), nfs41_idmap_uid_to_name(), nfs41_server_resolve(), populate_ea_list(), Query_Main(), referral_resolve(), server_addrs_add(), server_create(), SHELL_GetCommandStringImpl(), ShimLib_StringNDuplicateA(), SHStringFromGUIDA(), UnicodeToAnsiInPlace(), UnicodeToAnsiZZInPlace(), and user_cache_copy().
| STRSAFEAPI StringCchCopyExA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
| STRSAFEAPI StringCchCopyExW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 184 of file strsafe.h.
Referenced by CZipFolder::_GetFileTimeString(), AttribEnumFiles(), CopyEventEntry(), FormatByteSize(), FormatFileSizeWithBytes(), GetFileTimeString(), CFileDefExt::GetFileTimeString(), LoadEventSources(), CShellLink::OnInitDialog(), ReportProductInfoEvent(), SH_FormatByteSize(), and SH_FormatFileSizeWithBytes().
| STRSAFEAPI StringCchCopyNA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| size_t | cchToCopy | ||
| ) |
| STRSAFEAPI StringCchCopyNExA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| size_t | cchToCopy, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
| STRSAFEAPI StringCchCopyNExW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| size_t | cchToCopy, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 275 of file strsafe.h.
Referenced by CopyEventEntry().
| STRSAFEAPI StringCchCopyNW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| size_t | cchToCopy | ||
| ) |
Definition at line 236 of file strsafe.h.
Referenced by ApplyParameterStringsToMessage(), ConCfgReadUserSettings(), Control_DoLaunch(), ConvertNtPathToWin32Path(), CreateConsoleFontWorker(), CreateEnvironmentBlock(), DIALOG_Symbol(), DisplayMessageV(), DisplayUsage(), DuplicateStringWEx(), FindSuitableFont(), FindSuitableFontProc(), FontTypeChange(), GetEventMessage(), GuiConsoleShowConsoleProperties(), GuiLoadFrontEnd(), Imm32IMPGetIME(), ImmGetIMEFileNameW(), CFileDefExt::InitFilePath(), InitFonts(), InitTTFontCache(), IntConvertFontPaths(), COpenWithList::LoadInfo(), LoadPart(), SdbGUIDToString(), SHELL32_EnumDefaultVerbList(), Shell_NextElement(), TEST_LocaleTests(), and wmain().
| STRSAFEAPI StringCchCopyW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCWSTR | pszSrc | ||
| ) |
Definition at line 149 of file strsafe.h.
Referenced by CFSDropTarget::_CopyItems(), CFSFolder::_CreateIDListFromName(), _FileOpCount(), _FileOpCountManager(), CBandSiteMenu::_ShowToolbarError(), AddItemToTreeView(), AddSoundProfile(), AddUrlToFavorites(), AllocEventLog(), ApplyParameterStringsToMessage(), CNetFolder::BindToObject(), BroadcastChange(), CLBarInatItem::CLBarInatItem(), ConCfgInitDefaultSettings(), Control_DoLaunch(), ConvertNtPathToWin32Path(), copy_dir_to_dir(), CopyTextToClipboard(), CreateConsoleFontEx(), CreateOpenInfo(), CreateUserProfileExW(), CTipbarWnd::CreateVerticalFont(), CResourceNode::CResourceNode(), CResourceTypeNode::CResourceTypeNode(), Dde_OnExecute(), DeleteProfileW(), DoBuildFilesAndDirs(), DoDeleteDirectory(), DoInstallFontFile(), DoLoadIcons(), DuplicateStringW(), ElfCreateEventLogHandle(), EnumEventsThread(), EnumFilesWorker(), FindExecutableW(), FindSuitableFont(), FinishDlgProc(), FontTypeChange(), FormatDlgProcWorker(), FormatFileSizeWithBytes(), CFileDefExt::GeneralPageProc(), GetAllUsersProfileDirectoryW(), BtrfsContextMenu::GetCommandString(), CZipFolder::GetCommandString(), CDefaultContextMenu::GetCommandString(), CFSFolder::GetCustomViewInfo(), getDefaultIconLocation(), GetDefaultUserProfileDirectoryW(), CRegFolder::GetDisplayNameOf(), GetEventCategory(), GetEventMessage(), GetEventUserName(), GetFriendlyVerb(), getIconLocationForDrive(), getIconLocationForFolder(), getLabelForDriveFromAutoRun(), GetLocalSetupDllPath(), COpenControlPanel::GetPath(), GetProfilesDirectoryW(), GetServiceDescription(), GetSettingDescription(), GetSystemName(), GetThemeParseErrorInfo(), GetTypeName(), GetUserProfileDirectoryW(), HandleDesktopIniOp(), Imm32GetImeLayoutList(), Imm32InquireIme(), Imm32LoadImeLangAndDesc(), ImmGetDescriptionW(), ImmGetImeInfoEx(), ImmInstallIMEW(), ImportAppProfile(), ImportSoundLabel(), ATL::CW2WEX< t_nBufferLength >::Init(), COpenWithDialog::Init(), CFileDefExt::InitFolderCustomizePage(), CRecycleBinCleaner::Initialize(), CCleanupHandler::Initialize(), CFileSysEnum::Initialize(), InitLogging(), CLBarItemBase::InitNuiInfo(), Inquire(), InstallEventSource(), InstallScreenSaverW(), Int64ToString(), IntFixUpDevModeNames(), IsLFNDriveW(), IsValidConsoleFont(), LoadSettings(), LoadSoundFiles(), LogfAllocAndBuildNewRecord(), LogfCreate(), LpkGetCharacterPlacement(), MainWndProc(), CFindFolder::MessageSFVCB(), CDesktopFolderViewCB::MessageSFVCB(), CFSFolder::MessageSFVCB(), MoreOptDlgProc(), MRUList_DataList_2(), CLayerStringList::Next(), NPAddConnection3(), NT5_DrawLogoffCaptionText(), OFNHookProc(), CShellLink::OnCommand(), CFileDefExt::OnFolderCustApply(), CFileDefExt::OnFolderCustChangeIcon(), CShellLink::OnInitDialog(), OpenUserEventLogFile(), OSK_ChooseFont(), OSK_Create(), ParseCmdline(), PathIsDosDevice(), PathProcessCommandW(), PathQualifyExW(), pBuildFileList(), PickIconDlg(), Preview_OnCreate(), PrintFilterInfo(), PrintVolumeInfo(), QueryFileDescription(), RunControlPanel(), ScmAutoStartServices(), SdbGetAppPatchDir(), MLNGINFO::SetDesc(), CGridView::SetFont(), SetKeyboardLayoutName(), CShellLink::SetTargetFromPIDLOrPath(), CDeviceNode::SetupNode(), CUserNotification::SetUpNotifyData(), SH_FormatFileSizeWithBytes(), SHELL32_AssocGetFSDirectoryDescription(), SHELL32_GetCLSIDForDirectory(), SHELL_execute(), SHELL_GetComputerDescription(), Shell_NextElement(), SHELL_ReadSingleUnreadMailCount(), ShellExecCmdLine(), ShellExecuteCommand(), SHExplorerParseCmdLine(), SHGetComputerDisplayNameW(), SHGetUserDisplayName(), ShowCreateShortcutWizard(), ShowSoundScheme(), SHSetUnreadMailCountW(), SoundsDlgProc(), START_TEST(), SummaryDlgProc(), T1_GetTextMetric(), Test_GetTextFaceAliasW(), Test_ProtectedFiles(), TEST_SHGetComputerDisplayNameW(), TestCommandLine(), testKeyboardLayouts(), TF_GetMlngHKL(), TranslateConsoleName(), CTextEditWindow::UpdateFont(), User32GetSystemFilePath(), UXTHEME_MakeParseError(), wcsrep(), WelcomeDlgProc(), WherePrintPath(), WhereSearchFiles(), WhereSearchGeneric(), WhereSearchRecursive(), wmain(), WriteMinidump(), and wWinMain().
| STRSAFE_INLINE_API StringCchGetsA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest | ||
| ) |
| STRSAFE_INLINE_API StringCchGetsExA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
| STRSAFE_INLINE_API StringCchGetsExW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
| STRSAFE_INLINE_API StringCchGetsW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest | ||
| ) |
| STRSAFEAPI StringCchLengthA | ( | STRSAFE_LPCSTR | psz, |
| size_t | cchMax, | ||
| size_t * | pcchLength | ||
| ) |
Definition at line 832 of file strsafe.h.
Referenced by CheckForCurrentHostname(), GetComputerNameA(), ImmGetRegisterWordStyleW(), LogFontAnsiToWide(), and Query_Main().
| STRSAFEAPI StringCchLengthW | ( | STRSAFE_LPCWSTR | psz, |
| size_t | cchMax, | ||
| size_t * | pcchLength | ||
| ) |
Definition at line 842 of file strsafe.h.
Referenced by Imm32GetVerInfoValue(), ImmGetDescriptionA(), ImmGetDescriptionW(), ImmGetIMEFileNameA(), ImmGetIMEFileNameW(), ImmGetRegisterWordStyleA(), LogFontWideToAnsi(), CSearchBar::OnSearchButtonClicked(), and OpenHostsFile().
| STRSAFEAPI StringCchPrintfA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCSTR | pszFormat, | ||
| ... | |||
| ) |
Definition at line 520 of file strsafe.h.
Referenced by Chr2Str(), CmdTrace(), create_open_state(), format_abs_path(), GetPartitionTypeString(), idmap_filter(), MD_GetNotifyCode(), MD_rect_text(), nfs41_server_resolve(), PrintPartitionData(), safe_str(), SeiPrintFunctionName(), setupDelayHook(), and verify_shima_imp().
| STRSAFEAPI StringCchPrintfExA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags, | ||
| STRSAFE_LPCSTR | pszFormat, | ||
| ... | |||
| ) |
Definition at line 575 of file strsafe.h.
Referenced by PrintOID(), SeiDbgPrint(), and ShimDbgPrint().
| STRSAFEAPI StringCchPrintfExW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags, | ||
| STRSAFE_LPCWSTR | pszFormat, | ||
| ... | |||
| ) |
Definition at line 585 of file strsafe.h.
Referenced by ACDBG_FN(), CExeDropHandler::Drop(), EnumEventsThread(), EnumFilesWorker(), CFileDefExt::InitFileType(), CShellLink::OnInitDialog(), ReportProductInfoEvent(), and wmain().
| STRSAFEAPI StringCchPrintfW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCWSTR | pszFormat, | ||
| ... | |||
| ) |
Definition at line 530 of file strsafe.h.
Referenced by CBandSiteMenu::_CreateMenuPart(), CViewStatePropertyBag::_FindNearestInheritBag(), CViewStatePropertyBag::_GetRegKey(), CMruLongList::_SlotString(), add_userkey(), AddCodePage(), AddDiskToList(), CInputProcessorProfiles::AddLanguageProfile(), AddNTOSInstallationItem(), AddUninstallKey(), AppendSystemFamily(), ApplyChanges(), AudioDlgProc(), build_subkey_path(), CShellBrowser::BuildExplorerBandCategory(), clean_main(), CliSaveImeHotKey(), CEnumTfLanguageProfiles::Clone(), ConvertNtPathToWin32Path(), CreateAppPath(), CreateCplAbsoluteParsingPath(), CreatePartitionList(), CreateTipText(), DeleteAppPath(), DelScheme(), DevicePathToDosPath(), DismountVolume(), DoTestEntry(), DrawTest(), CInputProcessorProfiles::EnableLanguageProfile(), CInputProcessorProfiles::EnableLanguageProfileByDefault(), EnableVisualTheme(), EnumerateBiosDiskEntries(), EnumFontSizesProc(), export_dword_data(), export_hex_data(), export_hex_data_type(), export_key_name(), export_string_data(), export_value_name(), extract_resource(), CCategoryMgr::FindClosestCategory(), FinishDlgProc(), FontProc(), FontSizeChange(), FontSizeList_SelectFontSize(), FormatGUIDKey(), CInputProcessorProfiles::GetDefaultLanguageProfile(), GetDefaultLayoutForLocale(), CZipFolder::GetDetailsOf(), GetDriveNameWithLetter(), GetDriverName(), GetEventCategory(), GetEventMessage(), GetExtensionDefaultDescription(), GetInterfaceName(), GetKbdLayoutNameFromReg(), GetProcessExecutablePathById(), GetSystemLibraryPath(), GetSystemUptime(), GetTypeDescriptionByPath(), GetUniqueConnectionName(), GroupBoxUpdateTitle(), HCR_GetDefaultVerbW(), Imm32LoadImeLangAndDesc(), Imm32WriteImeLayout(), ImmFreeLayout(), ImmInstallIMEW(), ImmLoadLayout(), RecycleBin5File::Init(), InitApplet(), InitDefaultLangComboBox(), CFontsDialog::InitFontSizes(), CRegFolderEnum::Initialize(), InitializeFormatDriveDlg(), InitUtilsList(), InputList_AddInputMethodToUserRegistry(), InputList_FindPreloadKLID(), InputList_WriteSubst(), InstallDefaultSystemSoundScheme(), InstallSystemSoundLabels(), CInputProcessorProfiles::IsEnabledLanguageProfile(), LayoutList_ReadLayout(), ListBoxRefreshContents(), RegistrySettings::Load(), LoadIMEIcon(), LoadSetupData(), MainWndProc(), MMSYS_InstallDevice(), CEnumTfLanguageProfiles::next_LanguageProfile(), CShellLink::OnCommand(), CFileDefExt::OnFolderCustApply(), OnInitDialog(), PagePrompt(), PerfDataGetText(), PowerMeter_InitDialog(), PowerMeterDetail_InitDialog(), PrepareAndDoCopyThread(), PrintDiskData(), PrintFilterInfo(), PrintMemory(), PrintPartitionData(), CMainWindow::ProcessFileMenu(), ProcessPage_OnOpenFileLocation(), CInputProcessorProfiles::Register(), CCategoryMgr::RegisterCategory(), RegisterComponent(), RegisterSdbEntry(), RunAsDlgProc(), RunFontViewer(), RunIndirectRegCommand(), ScmCreateNewControlPipe(), ScmLoadService(), ScmStopThread(), SdbGetFileAttributes(), SdbpGetStringAttr(), SecondsToDurationString(), CInputProcessorProfiles::SetDefaultLanguageProfile(), SetKeyboardLayoutName(), SetNTPServer(), SetUserLocaleName(), SH_FormatInteger(), ShellAboutW(), ShellExecCmdLine(), SHGetFolderPathAndSubDirW(), SHGetPerScreenResName(), SHPropertyBag_PerScreenRes(), SHRunIndirectRegClientCommand(), ShutdownOnInit(), START_TEST(), RegistrySettings::Store(), StringFromChecks(), SummaryDlgProc(), test_EnumObjects_Files(), test_EnumObjects_Folders(), test_ExpectFolders_imp(), Test_KLID(), TEST_Start(), TestStaticDestruct(), TimerDlgProc(), TrayIcon_Update(), UnhandledExceptionFilter(), CInputProcessorProfiles::Unregister(), CCategoryMgr::UnregisterCategory(), UnregisterComponent(), UpdateNTPStatus(), CDefView::UpdateStatusbar(), verify_shimw_imp(), WDF_LIBRARY_REGISTER_CLIENT(), WelcomeDlgProc(), WherePrintPath(), Winver_FormatCompatInfo(), Winver_GetFormattedSpkInfo(), WriteKeysSettings(), WritePartitions(), and wWinMain().
| STRSAFEAPI StringCchVPrintfA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCSTR | pszFormat, | ||
| va_list | argList | ||
| ) |
| STRSAFEAPI StringCchVPrintfExA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags, | ||
| STRSAFE_LPCSTR | pszFormat, | ||
| va_list | argList | ||
| ) |
Definition at line 650 of file strsafe.h.
Referenced by SeiDbgPrint(), and ShimDbgPrint().
| STRSAFEAPI StringCchVPrintfExW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags, | ||
| STRSAFE_LPCWSTR | pszFormat, | ||
| va_list | argList | ||
| ) |
Definition at line 661 of file strsafe.h.
Referenced by ACDBG_FN(), and ConPrintfV().
| STRSAFEAPI StringCchVPrintfW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCWSTR | pszFormat, | ||
| va_list | argList | ||
| ) |
Definition at line 490 of file strsafe.h.
Referenced by DisplayMessageV(), NFS41DbgPrint(), ResourceMessageBox(), SetWindowResPrintfVW(), and txt_fprintf().
| STRSAFEAPI StringCopyExWorkerA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| size_t | cbDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 927 of file strsafe.h.
| STRSAFEAPI StringCopyExWorkerW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| size_t | cbDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 996 of file strsafe.h.
| STRSAFEAPI StringCopyNExWorkerA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| size_t | cbDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| size_t | cchToCopy, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 1101 of file strsafe.h.
Referenced by StringCatNExWorkerA(), StringCbCopyNExA(), and StringCchCopyNExA().
| STRSAFEAPI StringCopyNExWorkerW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| size_t | cbDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| size_t | cchToCopy, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 1172 of file strsafe.h.
Referenced by StringCatNExWorkerW(), StringCbCopyNExW(), and StringCchCopyNExW().
| STRSAFEAPI StringCopyNWorkerA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCSTR | pszSrc, | ||
| size_t | cchToCopy | ||
| ) |
Definition at line 1065 of file strsafe.h.
Referenced by StringCatNWorkerA(), StringCbCopyNA(), and StringCchCopyNA().
| STRSAFEAPI StringCopyNWorkerW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCWSTR | pszSrc, | ||
| size_t | cchToCopy | ||
| ) |
Definition at line 1083 of file strsafe.h.
Referenced by StringCatNWorkerW(), StringCbCopyNW(), and StringCchCopyNW().
| STRSAFEAPI StringCopyWorkerA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCSTR | pszSrc | ||
| ) |
| STRSAFEAPI StringCopyWorkerW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCWSTR | pszSrc | ||
| ) |
| STRSAFE_INLINE_API StringGetsExWorkerA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| size_t | cbDest, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 1749 of file strsafe.h.
| STRSAFE_INLINE_API StringGetsExWorkerW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| size_t | cbDest, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags | ||
| ) |
Definition at line 1821 of file strsafe.h.
| STRSAFEAPI StringLengthWorkerA | ( | STRSAFE_LPCSTR | psz, |
| size_t | cchMax, | ||
| size_t * | pcchLength | ||
| ) |
| STRSAFEAPI StringLengthWorkerW | ( | STRSAFE_LPCWSTR | psz, |
| size_t | cchMax, | ||
| size_t * | pcchLength | ||
| ) |
| STRSAFEAPI StringVPrintfExWorkerA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| size_t | cbDest, | ||
| STRSAFE_LPSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags, | ||
| STRSAFE_LPCSTR | pszFormat, | ||
| va_list | argList | ||
| ) |
Definition at line 1573 of file strsafe.h.
| STRSAFEAPI StringVPrintfExWorkerW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| size_t | cbDest, | ||
| STRSAFE_LPWSTR * | ppszDestEnd, | ||
| size_t * | pcchRemaining, | ||
| STRSAFE_DWORD | dwFlags, | ||
| STRSAFE_LPCWSTR | pszFormat, | ||
| va_list | argList | ||
| ) |
Definition at line 1646 of file strsafe.h.
| STRSAFEAPI StringVPrintfWorkerA | ( | STRSAFE_LPSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCSTR | pszFormat, | ||
| va_list | argList | ||
| ) |
| STRSAFEAPI StringVPrintfWorkerW | ( | STRSAFE_LPWSTR | pszDest, |
| size_t | cchDest, | ||
| STRSAFE_LPCWSTR | pszFormat, | ||
| va_list | argList | ||
| ) |