Home
last modified time | relevance | path

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

/reactos/base/system/rundll32/
H A Drundll32.c66 LPTSTR *argv, lpSrc, lpDest, lpArg; in CommandLineToArgv() local
89 lpArg = lpSrc; in CommandLineToArgv()
137 argv = (LPTSTR *)malloc(argc * sizeof(LPTSTR) + (_tcslen(lpArg) + 1) * sizeof(TCHAR)); in CommandLineToArgv()
146 lpSrc = lpArg; in CommandLineToArgv()
147 lpDest = lpArg = (LPTSTR)(argv + argc); in CommandLineToArgv()
160 argv[argc++] = lpArg; in CommandLineToArgv()
167 lpArg = lpDest; in CommandLineToArgv()
170 argv[argc++] = lpArg; in CommandLineToArgv()
171 _tcscpy(lpArg,lpSrc); in CommandLineToArgv()
/reactos/base/system/regsvr32/
H A Dregsvr32.c83 LPTSTR *argv, lpSrc, lpDest, lpArg; in CommandLineToArgvT() local
106 lpArg = lpSrc; in CommandLineToArgvT()
142 hargv = GlobalAlloc(0, argc * sizeof(LPTSTR) + (_tcslen(lpArg) + 1) * sizeof(TCHAR)); in CommandLineToArgvT()
152 lpSrc = lpArg; in CommandLineToArgvT()
153 lpDest = lpArg = (LPTSTR)(argv + argc); in CommandLineToArgvT()
164 argv[argc++] = lpArg; in CommandLineToArgvT()
171 lpArg = lpDest; in CommandLineToArgvT()
/reactos/modules/rostests/tests/apc2/
H A Dapc2.c6 LPVOID lpArg, in TimerApcProc() argument
10 printf("APC Callback %lu\n", *(PDWORD)lpArg); in TimerApcProc()
/reactos/sdk/include/psdk/
H A Dd3d.h951 …EnumTextureFormats)(THIS_ LPD3DENUMTEXTUREFORMATSCALLBACK lpD3DEnumTextureProc, LPVOID lpArg) PURE; in DECLARE_INTERFACE_()
1032 …EnumTextureFormats)(THIS_ LPD3DENUMTEXTUREFORMATSCALLBACK lpD3DEnumTextureProc, LPVOID lpArg) PURE; in DECLARE_INTERFACE_()
1150 …HOD(EnumTextureFormats)(THIS_ LPD3DENUMPIXELFORMATSCALLBACK lpD3DEnumPixelProc, LPVOID lpArg) PURE; in DECLARE_INTERFACE_()
1292 …HOD(EnumTextureFormats)(THIS_ LPD3DENUMPIXELFORMATSCALLBACK lpD3DEnumPixelProc, LPVOID lpArg) PURE; in DECLARE_INTERFACE_()