RxReference function (rxprocs.h)

RxReference increments the NodeReferenceCount member of a structure by one for several of the reference counted data structures used by RDBSS.

Syntax

void RxReference(
  [in, out] IN OUT PVOID Instance
);

Parameters

[in, out] Instance

A pointer to the reference-counted data structure to be referenced (incremented).

Return value

None

Remarks

The RxReference routine can be used to reference (increment by one) the NodeReferenceCount member on the following data structures used by RDBSS:

SRV_CALL

NET_ROOT

V_NET_ROOT

SRV_OPEN

FOBX

If RxReference is called with any other type of RDBSS data structure, the routine causes the system to ASSERT on checked builds.

Requirements

Requirement Value
Target Platform Desktop
Header rxprocs.h (include Rxprocs.h)
IRQL <= APC_LEVEL

See also

RxDereference