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 없음).

uMsg
Int32

페이지의 페이지 또는 대화 상자가 만들어지거나 페이지가 제거되도록 지정하는 작업 플래그입니다.

lParam
IntPtr

nativeint

생성되거나 제거되는 페이지를 정의하는 구조체에 대한 포인터입니다.

반환 값

uMsg의 값입니다.

설명

PropSheetPageProc 대리자 및 MMC(Microsoft Management Console)를 사용한 프로그래밍에 대한 자세한 내용은 MMC 프로그래머 가이드 참조하세요.

적용 대상