FONTCOLORPREFERENCES.pguidColorService Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CLSID of an IVsProvideColorableItems implementor.
public: IntPtr pguidColorService;
[System.Runtime.InteropServices.ComConversionLoss]
public IntPtr pguidColorService;
[<System.Runtime.InteropServices.ComConversionLoss>]
val mutable pguidColorService : nativeint
Public pguidColorService As IntPtr
Field Value
nativeint
- Attributes
Remarks
Set pguidColorService
equal to null
if you do not have any color information to provide. If *pguidColorService
is set to DEFAULT_FILE_TYPE
, it represents the base color table build with the stock colorable item provider.
Note
pguidColorService
is always set to null
or points to a valid GUID by the allocator of the FONTCOLORPREFERENCES structure.
COM Signature
From textmgr.idl: