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