4 references to CCHFORMNAME
ReachFramework (4)
MS\Internal\Printing\Configuration\DevMode.cs (4)
298
get { return ReadChars(dmFormNameByteOffset,
CCHFORMNAME
); }
302
WriteChars(dmFormNameByteOffset,
CCHFORMNAME
, value);
511
get { return
CCHFORMNAME
* BytesPerCharCode(this._isDevModeW); }
694
return (CCHDEVICENAME +
CCHFORMNAME
) * BytesPerCharCode(isDevModeW);