Hello,
I have a BO to which I have added external reference to "C:\Windows\System32\winspool.drv" and in Global Code section following lines:
[DllImport("winspool.drv", CharSet = CharSet.Auto, SetLastError = true)]
private static extern bool SetDef...