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