Share via


UNIT_QueryLocalPlugs_Response (Windows CE 5.0)

Send Feedback

This structure is used by IOCTL_UNIT_QUERY_LOCAL_PLUGS.

typedef struct {BOOL uqlp_PlugState;ULONG uqlp_PlugNumber;ULONG uqlp_Direction;ULONG uqlp_MediaType;HANDLE uqlp_Plug;} UNIT_QueryLocalPlugs_Response;

Members

  • uqlp_PlugNumber
    Defines which plug has changed state. Input and output plugs are different sets of plugs. For example, an input plug of a specific number is different from an output plug of the same number.
  • uqlp_Direction
    Defines the plug direction. Set to UNIT_PLUG_Direction_Input or UNIT_PLUG_Direction_Output.
  • uqlp_PlugState
    TRUE if at least one connection to this plug exists. FALSE if none currently exists.
  • uqlp_MediaType
    Indicates which type of streamed media this plug can stream or is streaming. Set to one of the values in the STREAM_MediaType enumeration.
  • uqlp_Plug
    Represents the known plug handle for this local plug.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Avc_unit.h.

See Also

IOCTL_UNIT_QUERY_LOCAL_PLUGS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.