IVsInstalledProduct.IdIcoLogoForAboutbox(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.
Obtains the icon used in the splash screen and the About dialog box on the Help menu.
public:
int IdIcoLogoForAboutbox([Runtime::InteropServices::Out] System::UInt32 % pIdIco);
int IdIcoLogoForAboutbox([Runtime::InteropServices::Out] unsigned int & pIdIco);
public int IdIcoLogoForAboutbox (out uint pIdIco);
abstract member IdIcoLogoForAboutbox : uint32 -> int
Public Function IdIcoLogoForAboutbox (ByRef pIdIco As UInteger) As Integer
Parameters
- pIdIco
- UInt32
[out] Pointer to the icon used in the splash screen and About dialog box on the Help menu.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Examples
You can place the hard-coded paths and strings used by this method in your project's resource file.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsInstalledProduct::IdIcoLogoForAboutbox(
[out, retval] UINT *pIdIco
);