The PCMCIA_SET_VPP interface routine sets the power level of the Vpp PCMCIA pin (secondary power source).
BOOLEAN
(*PPCMCIA_SET_VPP)(
IN PVOID Context,
IN UCHAR VppLevel
);
The PCMCIA_SET_VPP interface routine returns TRUE after the requested voltage level is set.
Declared in ntddpcm.h. Include ntddpcm.h.
The PCMCIA_SET_VPP interface routine returns control to the caller after the requested voltage is established in a stable state for the card.
A caller must set the Context parameter to the context that is specified by the PCMCIA bus driver. The PCMCIA bus driver returns the context for the interface routines in the Context member of the same PCMCIA_INTERFACE_STANDARD structure that contains the pointers to the interface routines. If the Context parameter is not valid, system behavior is not defined, and the system might halt.
Callers of this routine can run at IRQL <= DISPATCH_LEVEL. To maintain overall system performance, it is recommended that drivers call this routine at IRQL < DISPATCH_LEVEL.