NativeMethods.EnumChildWindows Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool EnumChildWindows(System::Runtime::InteropServices::HandleRef hWndParent, Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::NativeMethods::EnumThreadWindowsCallback ^ callback, IntPtr extraData);
public static bool EnumChildWindows (System.Runtime.InteropServices.HandleRef hWndParent, Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.NativeMethods.EnumThreadWindowsCallback callback, IntPtr extraData);
static member EnumChildWindows : System.Runtime.InteropServices.HandleRef * Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.NativeMethods.EnumThreadWindowsCallback * nativeint -> bool
Public Shared Function EnumChildWindows (hWndParent As HandleRef, callback As NativeMethods.EnumThreadWindowsCallback, extraData As IntPtr) As Boolean
Parameters
- hWndParent
- HandleRef
- extraData
-
IntPtr
nativeint