PrintWorkflowPrinterJob.SetJobAttributesFromBuffer(IBuffer) 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.
Sets attributes for the current printer job as specified by the specified buffer that contains a serialized Internet Printing Protocol (IPP) job attribute group.
public:
virtual IppSetAttributesResult ^ SetJobAttributesFromBuffer(IBuffer ^ jobAttributesBuffer) = SetJobAttributesFromBuffer;
IppSetAttributesResult SetJobAttributesFromBuffer(IBuffer const& jobAttributesBuffer);
public IppSetAttributesResult SetJobAttributesFromBuffer(IBuffer jobAttributesBuffer);
function setJobAttributesFromBuffer(jobAttributesBuffer)
Public Function SetJobAttributesFromBuffer (jobAttributesBuffer As IBuffer) As IppSetAttributesResult
Parameters
- jobAttributesBuffer
- IBuffer
A serialized IPP job attribute group, as per the definition in the IPP specification.
Returns
The result of the attribute set operation.