EventTargetArray::Begin Method

 

The latest version of this topic can be found at EventTargetArray::Begin Method.

Supports the WRL infrastructure and is not intended to be used directly from your code.

Syntax

ComPtr<IUnknown>* Begin();  

Return Value

The address of the first element in the internal array of event handlers.

Remarks

Gets the address of the first element in the internal array of event handlers.

Requirements

Header: event.h

Namespace: Microsoft::WRL::Details

See Also

EventTargetArray Class
Microsoft::WRL::Details Namespace