Home
last modified time | relevance | path

Searched refs:_WSPIAPI_STRCPY_S (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/include/psdk/
H A Dwspiapi.h16 #define _WSPIAPI_STRCPY_S strcpy_s macro
21 #define _WSPIAPI_STRCPY_S(_Dst, _Size, _Src) strcpy((_Dst), (_Src))
88 _WSPIAPI_STRCPY_S(pszMemory, cchMemory, pszString); in WspiapiStrdup()
406 _WSPIAPI_STRCPY_S(pszServiceName, tServiceLength, pszService); in WspiapiLegacyGetNameInfo()
432 if (tNodeLength > strlen(pszNode)) _WSPIAPI_STRCPY_S(pszNodeName, tNodeLength, pszNode); in WspiapiLegacyGetNameInfo()
470 _WSPIAPI_STRCPY_S(Path, _WSPIAPI_COUNTOF(Path), SystemDir); in WspiapiLoad()
481 _WSPIAPI_STRCPY_S(Path, _WSPIAPI_COUNTOF(Path), SystemDir); in WspiapiLoad()