ReactOS 0.4.15-dev-7958-gcd0bb1a
_LOCAL_HANDLE Struct Reference

#include <precomp.h>

Collaboration diagram for _LOCAL_HANDLE:

Public Types

enum  { HandleType_Port , HandleType_Printer , HandleType_PrintServer , HandleType_Xcv }
 

Public Attributes

enum _LOCAL_HANDLE:: { ... }  HandleType
 
PVOID pSpecificHandle
 

Detailed Description

Describes a handle returned by LocalOpenPrinter. Suitable for all things that can be opened through LocalOpenPrinter.

Definition at line 199 of file precomp.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
HandleType_Port 
HandleType_Printer 

pSpecificHandle is a PLOCAL_PORT_HANDLE.

HandleType_PrintServer 

pSpecificHandle is a PLOCAL_PRINTER_HANDLE.

HandleType_Xcv 

pSpecificHandle is NULL (no additional information needed for a handle to the Print Server) pSpecificHandle is a PLOCAL_XCV_HANDLE.

Definition at line 201 of file precomp.h.

Member Data Documentation

◆ 

◆ pSpecificHandle


The documentation for this struct was generated from the following file: