GetPrintOutputInfo - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winspool.h

HRESULT GetPrintOutputInfo(
  [in]  HWND   hWnd,
  [in]  PCWSTR pszPrinter,
  [out] HANDLE *phFile,
  [out] PWSTR  *ppszOutputFile
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-winspool-getprintoutputinfo)

GetPrintOutputInfo function

Description

Parameters

hWnd [in]

pszPrinter [in]

phFile [out]

ppszOutputFile [out]

Return value

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.