IVsLibrary.GetLibFlags(UInt32) Method

Definition

Returns flags associated with the library.

C++/WinRT
int GetLibFlags([Runtime::InteropServices::Out] unsigned int & pfFlags);

Parameters

pfFlags
UInt32

[out] Pointer to a flag indicating which flags apply to the current library.

Returns

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

Remarks

COM Signature

From vsshell.idl:

cpp#
HRESULT IVsLibrary::GetLibFlags(  
   [out, retval] LIB_FLAGS *pfFlags  
);  

Set the PfFlags parameter to a combination of enumerators from _LIB_FLAGS.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022