DOCINFOW
struct DOCINFOW
using System.CodeDom.Compiler;
using Windows.Win32.Foundation;
namespace Windows.Win32.Storage.Xps
{
[GeneratedCode("Microsoft.Windows.CsWin32", "0.3.106+a37a0b4b70")]
internal struct DOCINFOW
{
internal int cbSize;
internal PCWSTR lpszDocName;
internal PCWSTR lpszOutput;
internal PCWSTR lpszDatatype;
internal uint fwType;
}
}