次の方法で共有


NDIS_INIT_FUNCTION (Windows CE 5.0)

Send Feedback

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

DriverEntry

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.