Microsoft DirectX 8.1 (C++)

IPinInfo::get_Direction

The get_Direction method retrieves the pin direction.

Syntax

HRESULT get_Direction(
  LONG *ppDirection
);

Parameters

ppDirection

[out, retval] Address of a pointer to the pin direction; either PINDIR_INPUT or PINDIR_OUTPUT.

Return Value

Returns an HRESULT value.

See Also