Re: Prototype for PCMCIA\Detect function

From: David Liao \(MS\) (davli_at_online.microsoft.com)
Date: 03/29/04


Date: Mon, 29 Mar 2004 09:41:00 -0800


//
// Prototype for the detection function.
//
// Return is NULL for undetected or pointer to the device key under
HLM\Drivers\PCMCIA
// of the device driver to load for a detected card.
//
typedef LPTSTR ( *PFN_DETECT_ENTRY )( CARD_SOCKET_HANDLE, // Socket
containing the card to detect
                                      UCHAR, // Device type
from CISTPL_FUNCID or 0xff for unknown
                                      LPTSTR, // Buffer to put
name of device key
                                      DWORD ); // Number of
characters in buffer parameter

David Liao.

"Brian Minier" <brian_minier@no-spam.iisvr.com> wrote in message
news:eqW$IC1EEHA.2804@tk2msftngp13.phx.gbl...
> I've been looking, without success, or the web for the prototype for the
> function which is defenined in PCMCIA\Detect
>
> Brian
>
>