PDEPlugInCallbackProtocol.GetPpdFile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a pointer to the CUPS PPD structure (ppd_file_s) for the current printer.
Use CUPS PPD functions to query and set options on the returned pointer.
[Foundation.Export("ppdFile")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetPpdFile();
[<Foundation.Export("ppdFile")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPpdFile : unit -> nativeint
override this.GetPpdFile : unit -> nativeint
Returns
nativeint
A pointer to the native ppd_file_s CUPS PPD structure for the current printer.
Implements
- Attributes