PropSheetPageProc 委托
定义
此 API 支持 .NET Framework 基础结构,但不应在代码中直接使用。This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
public delegate System::UInt32 PropSheetPageProc(IntPtr hwnd, System::UInt32 uMsg, IntPtr lParam);
public delegate uint PropSheetPageProc(IntPtr hwnd, uint uMsg, IntPtr lParam);
type PropSheetPageProc = delegate of nativeint * uint32 * nativeint -> uint32
Public Delegate Function PropSheetPageProc(hwnd As IntPtr, uMsg As UInteger, lParam As IntPtr) As UInteger
参数
- hwnd
- IntPtr
- uMsg
- UInt32
- lParam
- IntPtr
返回值
- 继承