ReactOS 0.4.15-dev-8096-ga0eec98
apd_data_t Struct Reference

Public Attributes

WCHAR src [MAX_PATH+MAX_PATH]
 
WCHAR dst [MAX_PATH+MAX_PATH]
 
DWORD srclen
 
DWORD dstlen
 
DWORD copyflags
 
BOOL lazy
 

Detailed Description

Definition at line 12 of file printerdrivers.c.

Member Data Documentation

◆ copyflags

DWORD apd_data_t::copyflags

Definition at line 17 of file printerdrivers.c.

Referenced by apd_copyfile(), and myAddPrinterDriverEx().

◆ dst

WCHAR apd_data_t::dst[MAX_PATH+MAX_PATH]

Definition at line 14 of file printerdrivers.c.

Referenced by apd_copyfile(), and myAddPrinterDriverEx().

◆ dstlen

DWORD apd_data_t::dstlen

Definition at line 16 of file printerdrivers.c.

Referenced by apd_copyfile(), and myAddPrinterDriverEx().

◆ lazy

BOOL apd_data_t::lazy

Definition at line 18 of file printerdrivers.c.

Referenced by apd_copyfile(), and myAddPrinterDriverEx().

◆ src

WCHAR apd_data_t::src[MAX_PATH+MAX_PATH]

Definition at line 13 of file printerdrivers.c.

Referenced by apd_copyfile(), and myAddPrinterDriverEx().

◆ srclen

DWORD apd_data_t::srclen

Definition at line 15 of file printerdrivers.c.

Referenced by apd_copyfile(), and myAddPrinterDriverEx().


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