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