PropSheetPageProc 대리자

정의

페이지가 만들어질 때와 페이지가 소멸되려고 할 때 속성 시트에서 호출하는 콜백 함수를 지정합니다.

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

public delegate int PropSheetPageProc(IntPtr hwnd, int uMsg, IntPtr lParam);
public delegate int PropSheetPageProc(IntPtr hwnd, int uMsg, IntPtr lParam);
type PropSheetPageProc = delegate of nativeint * int * nativeint -> int
Public Delegate Function PropSheetPageProc(hwnd As IntPtr, uMsg As Integer, lParam As IntPtr) As Integer 

매개 변수

hwnd
IntPtr

nativeint

예약은 null(Visual Basic에서는 Nothing)이어야 합니다.

uMsg
Int32

페이지 또는 페이지의 대화 상자가 만들어지고 있는지 또는 페이지가 소멸되고 있는지를 지정하는 작업 플래그입니다.

lParam
IntPtr

nativeint

만들어지고 있거나 소멸되고 있는 페이지를 정의하는 구조체에 대한 포인터입니다.

반환 값

uMsg의 값입니다.

설명

PropSheetPageProc 대리자 및 Microsoft Management Console (MMC)를 사용한 프로그래밍에 대 한 자세한 내용은 참조는 MMC Programmer's Guide합니다.

적용 대상