Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/winspool/
H A Dinfo.c1510 res = GetPrinterDriverDirectoryA( NULL, NULL, 1, NULL, 0, &cbBuf); in test_GetPrinterDriverDirectory()
1528 res = GetPrinterDriverDirectoryA(NULL, NULL, 1, buffer, cbBuf, &pcbNeeded); in test_GetPrinterDriverDirectory()
1533 res = GetPrinterDriverDirectoryA(NULL, NULL, 1, buffer, cbBuf*2, &pcbNeeded); in test_GetPrinterDriverDirectory()
1539 res = GetPrinterDriverDirectoryA( NULL, NULL, 1, buffer, cbBuf-1, &pcbNeeded); in test_GetPrinterDriverDirectory()
1560 res = GetPrinterDriverDirectoryA( NULL, NULL, 1, buffer, cbBuf, NULL); in test_GetPrinterDriverDirectory()
1569 res = GetPrinterDriverDirectoryA( NULL, NULL, 1, NULL, cbBuf, NULL); in test_GetPrinterDriverDirectory()
1580 res = GetPrinterDriverDirectoryA(NULL, NULL, 2, buffer, cbBuf, &pcbNeeded); in test_GetPrinterDriverDirectory()
1598 res = GetPrinterDriverDirectoryA(NULL, env_win9x_case, 1, in test_GetPrinterDriverDirectory()
1607 res = GetPrinterDriverDirectoryA(NULL, env_win9x_case, 1, in test_GetPrinterDriverDirectory()
1617 res = GetPrinterDriverDirectoryA(NULL, env_x86, 1, in test_GetPrinterDriverDirectory()
[all …]
/reactos/win32ss/printing/base/winspool/
H A Dwinspool.spec155 254 stdcall GetPrinterDriverDirectoryA(str str long ptr long ptr)
H A Dprinterdrivers.c927 GetPrinterDriverDirectoryA(PSTR pName, PSTR pEnvironment, DWORD Level, PBYTE pDriverDirectory, DWOR… in GetPrinterDriverDirectoryA() function
/reactos/sdk/include/psdk/
H A Dwinspool.h981 …WINBOOL WINAPI GetPrinterDriverDirectoryA(LPSTR pName,LPSTR pEnvironment,DWORD Level,LPBYTE pDrive…