InteropEnumChildWindows Method
Namespace: PCBI_InstanceSyncAssembly: PCBI_InstanceSync (in PCBI_InstanceSync.dll) Version: 16.0.0.0 (16.0.0.0)
public static bool EnumChildWindows(
IntPtr hWndParent,
InteropEnumWindowProc lpEnumFunc,
IntPtr lParam
)
Public Shared Function EnumChildWindows (
hWndParent As IntPtr,
lpEnumFunc As InteropEnumWindowProc,
lParam As IntPtr
) As Boolean
public:
static bool EnumChildWindows(
IntPtr hWndParent,
InteropEnumWindowProc^ lpEnumFunc,
IntPtr lParam
)
static member EnumChildWindows :
hWndParent : IntPtr *
lpEnumFunc : InteropEnumWindowProc *
lParam : IntPtr -> bool
- hWndParent IntPtr
-
- lpEnumFunc InteropEnumWindowProc
-
- lParam IntPtr
-
Boolean