Client Driver Registration (Windows CE 5.0)

Send Feedback

A Secure Digital (SD) client driver does not link directly to exported functions. Instead, the function calls are made accessible to the client driver through the client registration process.

During this process, the client driver passes information about itself to the bus driver and receives the information necessary to make calls to the SD peripheral functions. Macros are provided that enable a client driver to access these APIs after the registration process. Only these macros should be used by the client driver, and no reliance should be made on the underlying calling mechanism. For more information, see Secure Digital Card Driver Macros.

To complete the registration process, the client driver must send its local device context and a friendly name for the SD device to the bus driver using SDRegisterClient.

See Also

Secure Digital Card Client Driver | Secure Digital Card Driver Macros

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.