<div class="content"><p>The <b>RPC_BranchOfficeJobDataPipelineFailed</b> structure
holds a single <b>Branch Office Print Remote Log Entry</b> (section <a href="1bd61448-db4b-4284-a4b1-8346732402d4" data-linktype="relative-path">3.1.1</a>).<a id="Appendix_A_Target_87"></a><a aria-label="Product behavior note 87" href="e81cbc09-ab05-4a32-ae4a-8ec57b436c43#Appendix_A_87" data-linktype="relative-path">&lt;87&gt;</a> This entry contains the
information needed to create <a href="831cd729-be7c-451e-b729-bd8d84ce4d24#gt_0c6539af-aed7-4baa-9d21-4aa5b41d448a" data-linktype="relative-path">event
ID</a> 824 in the <a href="831cd729-be7c-451e-b729-bd8d84ce4d24#gt_e6ccb1c9-7b3e-473c-9e14-0806d19c4337" data-linktype="relative-path">Microsoft-Windows-PrintService</a>/Operational
<a href="831cd729-be7c-451e-b729-bd8d84ce4d24#gt_43907602-849d-4d1c-9ff8-a2c3228b3735" data-linktype="relative-path">event channel</a>.</p><dl>
<dd>
<div><pre> typedef struct {
   [string] wchar_t* pDocumentName;
   [string] wchar_t* pPrinterName;
   [string] wchar_t* pExtraErrorInfo;
 } RPC_BranchOfficeJobDataPipelineFailed;
</pre></div>
</dd></dl><p><b>pDocumentName:</b> A pointer to a string that
specifies the name of the print document for this <a href="831cd729-be7c-451e-b729-bd8d84ce4d24#gt_12a6e569-e97c-4761-92f0-e397f8d5125f" data-linktype="relative-path">print job</a>.</p><p><b>pPrinterName:</b> A pointer to a string that
specifies the name of the printer used for the print job. For rules governing
printer names, see section <a href="24fcd124-035c-4988-a858-3a7d8d6f7b43" data-linktype="relative-path">2.2.4.14</a>.</p><p><b>pExtraErrorInfo:</b> A pointer to an optional
string that specifies additional text associated with the failure in the <a href="831cd729-be7c-451e-b729-bd8d84ce4d24#gt_0cf6559d-e22e-4d3d-a62d-7d7a0b021c37" data-linktype="relative-path">Print Pipeline</a>.</p></div>