IVsAtomicTextProvider.GetAtomFlags(UInt32) Method
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.
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
);