4 references to CCHDEVICENAME
ReachFramework (4)
MS\Internal\Printing\Configuration\DevMode.cs (4)
71
get { return ReadChars(dmDeviceNameByteOffset,
CCHDEVICENAME
); }
72
set { WriteChars(dmDeviceNameByteOffset,
CCHDEVICENAME
, value); }
506
get { return
CCHDEVICENAME
* BytesPerCharCode(this._isDevModeW); }
694
return (
CCHDEVICENAME
+ CCHFORMNAME) * BytesPerCharCode(isDevModeW);