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