Share via


GweBypassCoredllThunk_t::EnumPropsEx_I (Windows Embedded CE 6.0)

1/6/2010

This method enumerates all of the entries in the property list of a window by passing the entries, one by one, to a specified callback function. GweBypassCoredllThunk_t::EnumPropsEx_I continues until either GweBypassCoredllThunk_t::EnumPropsEx_I enumerates the last entry in the property list or the callback function returns FALSE.

Syntax

static int EnumPropsEx_I(
  HWND hWnd,
  PROPENUMPROCEX lpEnumFunc,
  LPARAM lParam
  HPROCESS hProcCallingContext
);

Parameters

  • hWnd
    [in] Handle to the window for which you want to enumerate properties.
  • lpEnumFunc
    [in] Pointer to an application-defined callback function to which GweBypassCoredllThunk_t::EnumPropsEx_I should pass the entries from the property list. For more information about this callback function, see the PropEnumProcEx function.
  • lParam
    [in] LPARAM that contains application-defined data that GweBypassCoredllThunk_t::EnumPropsEx_I should pass to the callback function.
  • hProcCallingContext
    [in] Handle of the process that owns the pointer for the callback function specified by lpEnumFunc.

Return Value

The last value returned by the callback function indicates success. -1 indicates that the GweBypassCoredllThunk_t::EnumPropsEx_I did not find a property for enumeration.

Remarks

This method is an internal version of the EnumPropsEx function.

An application can remove only those properties that the application added itself. The application should not remove properties that other applications or the operating system added.

Requirements

Header gwebypasscoredllthunk.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

GweBypassCoredllThunk_t
EnumPropsEx
PropEnumProcEx