다음을 통해 공유


ISnapinAbout.GetStaticFolderImage(IntPtr, IntPtr, IntPtr, Int32) 메서드

정의

콘솔에서 범위 및 결과 창에 대한 정적 폴더 이미지를 가져올 수 있도록 합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 void GetStaticFolderImage([Runtime::InteropServices::Out] IntPtr % hSmallImage, [Runtime::InteropServices::Out] IntPtr % hSmallImageOpen, [Runtime::InteropServices::Out] IntPtr % hLargeImage, [Runtime::InteropServices::Out] int % cMask);
public void GetStaticFolderImage (out IntPtr hSmallImage, out IntPtr hSmallImageOpen, out IntPtr hLargeImage, out int cMask);
abstract member GetStaticFolderImage : nativeint * nativeint * nativeint * int -> unit
Public Sub GetStaticFolderImage (ByRef hSmallImage As IntPtr, ByRef hSmallImageOpen As IntPtr, ByRef hLargeImage As IntPtr, ByRef cMask As Integer)

매개 변수

hSmallImage
IntPtr

nativeint

범위 또는 결과 보기 창에 있는 작은 아이콘(16 x 16 픽셀)에 대한 핸들이 포함된 반환 값입니다.

hSmallImageOpen
IntPtr

nativeint

열려 있는 작은 폴더 아이콘(16 x 16 픽셀)에 대한 핸들이 포함된 반환 값입니다.

hLargeImage
IntPtr

nativeint

큰 아이콘(32 x 32 픽셀)에 대한 핸들이 포함된 반환 값입니다.

cMask
Int32

마스크를 생성하는 데 사용되는 색을 지정하는 구조체가 포함된 반환 값입니다.

설명

프로그래밍에 대 한 자세한 내용은 합니다 ISnapinAbout 인터페이스와 참조는 Microsoft Management Console (MMC)을 합니다 MMC Programmer's Guide.

적용 대상