Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dcallback.c147 ULONG_PTR pLibNameBuffer = 0, pInitFuncBuffer = 0; in co_IntClientLoadLibrary() local
163 pInitFuncBuffer = ArgumentLength; in co_IntClientLoadLibrary()
193 pInitFuncBuffer += (ULONG_PTR)pArguments; in co_IntClientLoadLibrary()
194 pArguments->strInitFuncName.Buffer = (PWCHAR)pInitFuncBuffer; in co_IntClientLoadLibrary()
199 pInitFuncBuffer -= (ULONG_PTR)pArguments; in co_IntClientLoadLibrary()
200 pArguments->strInitFuncName.Buffer = (PWCHAR)(pInitFuncBuffer); in co_IntClientLoadLibrary()