Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/spoolss/
H A DMarshallDownStructuresArray.c29 FIELD_OFFSET(PORT_INFO_2W, pDescription), in START_TEST()
91 …>pDescription == ((ULONG_PTR)(&pPortInfo2Copy[0])->pDescription - (ULONG_PTR)(&pPortInfo2[0])), "p… in START_TEST()
94 …>pDescription == ((ULONG_PTR)(&pPortInfo2Copy[1])->pDescription - (ULONG_PTR)(&pPortInfo2[1])), "p… in START_TEST()
/reactos/win32ss/printing/include/marshalling/
H A Dports.h21 …IELD_OFFSET(PORT_INFO_2W, pDescription), RTL_FIELD_SIZE(PORT_INFO_2W, pDescription), RTL_FIELD_SIZ…
H A Dprinters.h48 …FFSET(PRINTER_INFO_1W, pDescription), RTL_FIELD_SIZE(PRINTER_INFO_1W, pDescription), RTL_FIELD_SIZ…
/reactos/base/applications/mscutils/servman/
H A Dpropsheet_general.c221 PWSTR pDescription; in SaveDlgInfo() local
304 pDescription = HeapAlloc(ProcessHeap, HEAP_ZERO_MEMORY, (nLength + 1) * sizeof(WCHAR)); in SaveDlgInfo()
305 if (pDescription != NULL) in SaveDlgInfo()
307 … SendDlgItemMessageW(hwndDlg, IDC_DESCRIPTION, WM_GETTEXT, nLength + 1, (LPARAM)pDescription); in SaveDlgInfo()
310 pDescription)) in SaveDlgInfo()
317 HeapFree(ProcessHeap, 0, pDescription); in SaveDlgInfo()
/reactos/modules/rostests/apitests/localspl/dll/
H A DfpEnumPrinters.c70 …(pPrinterInfo1->pDescription, L"Windows NT Local Printers") == 0, "pPrinterInfo1->pDescription is … in START_TEST()
/reactos/modules/rostests/apitests/winspool/
H A DEnumPrinters.c223 …scmp(pPrinterInfo1->pDescription, L"Windows NT Local Printers"), "pPrinterInfo1->pDescription is %… in START_TEST()
/reactos/win32ss/printing/base/winspool/
H A Dports.c849 needed += WideCharToMultiByte(CP_ACP, 0, pi2w->pDescription, -1, in EnumPortsA()
888 pi2a->pDescription = ptr; in EnumPortsA()
889 len = WideCharToMultiByte(CP_ACP, 0, pi2w->pDescription, -1, in EnumPortsA()
H A Dprinters.c1497 if (ppi1w[i].pDescription) in EnumPrintersA()
1500 cch = wcslen(ppi1w[i].pDescription); in EnumPrintersA()
1510 … WideCharToMultiByte(CP_ACP, 0, ppi1w[i].pDescription, -1, pszDescription, cch + 1, NULL, NULL); in EnumPrintersA()
1511 StringCchCopyA(ppi1a[i].pDescription, cch + 1, pszDescription); in EnumPrintersA()
2099 if (ppi1w->pDescription) in GetPrinterA()
2104 cch = wcslen(ppi1w->pDescription); in GetPrinterA()
2114 … WideCharToMultiByte(CP_ACP, 0, ppi1w->pDescription, -1, pszDescription, cch + 1, NULL, NULL); in GetPrinterA()
2115 StringCchCopyA(ppi1a->pDescription, cch + 1, pszDescription); in GetPrinterA()
/reactos/sdk/include/psdk/
H A Dwinspool.h21 LPSTR pDescription; member
28 LPWSTR pDescription; member
759 LPSTR pDescription; member
767 LPWSTR pDescription; member
H A Ddevicetopology.idl501 [out] KSJACK_DESCRIPTION *pDescription
/reactos/sdk/include/reactos/idl/
H A Dwinspool.idl317 [string] WCHAR* pDescription;
375 [string] WCHAR* pDescription;
/reactos/win32ss/printing/monitors/localmon/
H A Dports.c22 FIELD_OFFSET(PORT_INFO_2W, pDescription),
/reactos/modules/rostests/winetests/localspl/
H A Dlocalmon.c406 pi.pDescription = wineW; in test_AddPortEx()
/reactos/win32ss/printing/providers/localspl/
H A Dprinters.c49 FIELD_OFFSET(PRINTER_INFO_1W, pDescription),
/reactos/modules/rostests/winetests/winspool/
H A Dinfo.c562 pi.pDescription = winetest; in test_AddPortEx()