IKsPinFactory::KsPinFactory method (ksproxy.h)

The KsPinFactory method retrieves the identifier of a pin factory.

Syntax

HRESULT KsPinFactory(
  [out] ULONG *PinFactory
);

Parameters

[out] PinFactory

Pointer to a variable that receives the identifier of the pin factory.

Return value

Returns NOERROR if successful; otherwise, returns an error code.

Requirements

Requirement Value
Target Platform Desktop
Header ksproxy.h (include Ksproxy.h)

See also

IKsPinFactory