PCMCIA_INTERFACE_STANDARD InterfaceReference function pointer

The InterfaceReference routine increments the reference count to the interface.

Syntax

typedef VOID ( *PINTERFACE_REFERENCE)(
   PVOID Context
);

Parameters

  • Context
    Contains a handle to the bus context returned in the BusContext member of the PCMCIA_INTERFACE_STANDARD structure by an IRP_MN_QUERY_INTERFACE request.

Return value

None.

Requirements

Target platform

Desktop, introduced version 10.0.10030.0

Version

Header

Wdm.h (include Ntddk.h)

See also

PCMCIA_INTERFACE_STANDARD InterfaceDereference

PCMCIA_INTERFACE_STANDARD

 

 

Send comments about this topic to Microsoft