ISnapinAbout.GetSnapinImage(IntPtr) Method

Definition

Allows the console to get the main icon that is used in the About property page for a snap-in.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void GetSnapinImage([Runtime::InteropServices::Out] IntPtr % hAppIcon);
public void GetSnapinImage (out IntPtr hAppIcon);
abstract member GetSnapinImage : nativeint -> unit
Public Sub GetSnapinImage (ByRef hAppIcon As IntPtr)

Parameters

hAppIcon
IntPtr

nativeint

A return value that contains the handle to the main icon of the snap-in used by the About property page. This parameter is passed uninitialized.

Remarks

For more information about programming with the ISnapinAbout interface and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

Applies to