IppPrintDevice.SetPrinterAttributesFromBuffer(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 as specified by the specified buffer that contains a serialized Internet Printing Protocol (IPP) attribute group.
public:
virtual IppSetAttributesResult ^ SetPrinterAttributesFromBuffer(IBuffer ^ printerAttributesBuffer) = SetPrinterAttributesFromBuffer;
IppSetAttributesResult SetPrinterAttributesFromBuffer(IBuffer const& printerAttributesBuffer);
public IppSetAttributesResult SetPrinterAttributesFromBuffer(IBuffer printerAttributesBuffer);
function setPrinterAttributesFromBuffer(printerAttributesBuffer)
Public Function SetPrinterAttributesFromBuffer (printerAttributesBuffer As IBuffer) As IppSetAttributesResult
Parameters
- printerAttributesBuffer
- IBuffer
A serialized Internet Printing Protocol (IPP) attribute group, as per the definition in the IPP specification.
Returns
The result of the attribute set operation.