NDIS_INIT_FUNCTION (Windows CE 5.0)
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