4.1.8 Server Printer Close Request (DR_PRN_CLOSE_REQ)

The server sends a close message when it finishes sending a print job.

 Channel Name = RDPDR, 56, Server to client 
 00000000 72 44 52 49 02 00 00 00 00 00 00 00 00 00 00 00                       
 00000010 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                       
 00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00                       
 00000030 00 00 00 00 00 00 00 00
  
 72 44                -> RDPDR_CTYP_CORE                = 0x4472
 52 49                -> PAKID_CORE_DEVICE_IOREQUEST    = 0x4952
 02 00 00 00          -> DeviceId                       = 0x00000002
 00 00 00 00          -> FileId                         = 0x00000000
 00 00 00 00          -> CompletionId                   = 0x00000000
 02 00 00 00          -> MajorFunction (IRP_MJ_CLOSE)   = 0x00000002
 00 00 00 00          -> MinorFunction                  = 0x00000000
 00 00 ......         -> Padding (32 bytes)