SERCX_ACTIVITY_INIT function (sercx.h)

The SERCX_ACTIVITY_INIT function initializes a SERCX_ACTIVITY structure.

Syntax

void SERCX_ACTIVITY_INIT(
  [out] SERCX_ACTIVITY *Activity
);

Parameters

[out] Activity

A pointer to the SERCX_ACTIVITY structure that is to be initialized.

Return value

None

Requirements

Requirement Value
Minimum supported client Available starting with Windows 8.
Target Platform Desktop
Header sercx.h
IRQL Any IRQL

See also

SERCX_ACTIVITY