Skip to main content
Adds a event to a pipelines buffer to be uploaded. The API will return synchronously and the event will be uploaded in the background based on the pipeline configuration.

Syntax

Parameters

eventPipelineHandle   PFEventPipelineHandle The EventPipeline to submit the event to. event   PFEvent Event to upload.

Return value

Type: HRESULT Result code for this API operation. Possible values are S_OK, E_PF_NOT_INITIALIZED, or E_FAIL.

Requirements

Header: PFEventPipeline.h

See also

PFEventPipeline members
Last modified on August 3, 2026