IVsAtomicTextProvider.GetAtomFlags(UInt32) Method

Definition

Gets the type of atom it is (glyph, text, or default).

public:
 int GetAtomFlags([Runtime::InteropServices::Out] System::UInt32 % pdwFlags);
int GetAtomFlags([Runtime::InteropServices::Out] unsigned int & pdwFlags);
public int GetAtomFlags (out uint pdwFlags);
abstract member GetAtomFlags : uint32 -> int
Public Function GetAtomFlags (ByRef pdwFlags As UInteger) As Integer

Parameters

pdwFlags
UInt32

[out] A flag from AtomicTextProviderFlags.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr2.idl:

HRESULT IVsAtomicTextProvider::GetAtomFlags(  
   [out] DWORD *pdwFlags  
);  

Applies to