ReactOS 0.4.16-dev-746-g329a414
|
Go to the source code of this file.
Macros | |
#define | StringCchCopyNA _StringCchCopyNA |
Functions | |
HRESULT WINAPI | StringCchCopyNA (_Out_writes_(cchDest) _Always_(_Post_z_) STRSAFE_LPSTR pszDest, _In_ size_t cchDest, _In_reads_or_z_(cchToCopy) STRSAFE_LPCSTR pszSrc, _In_ size_t cchToCopy) |
#define StringCchCopyNA _StringCchCopyNA |
Definition at line 9 of file StringCchCopyNA.c.
HRESULT WINAPI StringCchCopyNA | ( | _Out_writes_(cchDest) _Always_(_Post_z_) STRSAFE_LPSTR | pszDest, |
_In_ size_t | cchDest, | ||
_In_reads_or_z_(cchToCopy) STRSAFE_LPCSTR | pszSrc, | ||
_In_ size_t | cchToCopy | ||
) |
Definition at line 16 of file StringCchCopyNA.c.