nn::dlp::CTR::FakeClient::GetEventDesc Member Function

Syntax

static nn::Result GetEventDesc(
     EventDesc * pEventDesc
);

Arguments

Name Description
out pEventDesc Specifies where events are read to.

Return Values

The following Results are returned as the result of the operation.

Value Description
ResultSuccess The event was obtained successfully.
ResultNoData There is no event.

Description

Gets arriving events from the queue.

The queue size is currently 32 elements. Once the queue is full, new events are added and the oldest events are deleted. If there are no events, this API does not block and returns the error code returned by the ResultNoData() function.
Use the various functions for getting state for other processing even if no events are obtained.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL