Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NDIS_INIT_FUNCTION is a macro used to mark a driver function. It is run once only during initialization, but is otherwise ignored in Windows CE.
VOID NDIS_INIT_FUNCTION(LPTSTR_F);
Parameters
- _F
Ignored.
Return Values
None.
Remarks
This macro generates a compile time message but is otherwise ignored in Windows CE.
The NDIS_INIT_FUNCTION macro is defined as follows.
#define NDIS_INIT_FUNCTION(_F) message("NDIS_INIT_FUNCTION Ignored")
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
Send Feedback on this topic to the authors