Home
last modified time | relevance | path

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

/reactos/dll/appcompat/apphelp/
H A Dapphelp.h97 PWSTR SdbpStrDup(LPCWSTR string);
H A Dsdbfileattr.c52 attr->lpattr = SdbpStrDup(string); in SdbpSetStringAttr()
H A Dshimeng.c341 Data->ShimName = SdbpStrDup(ShimName); in SeiAppendHookInfo()
876 PCWSTR ModuleNameCopy = SdbpStrDup(ModuleName); in SeiAppendInExclude()
1088 PWSTR WindowsDirectory = SdbpStrDup(SharedUserData->NtSystemRoot); in SeiInitPaths()
H A Dsdbapi.c162 PWSTR SdbpStrDup(LPCWSTR string) in SdbpStrDup() function