#include "precomp.h"
Go to the source code of this file.
◆ TDI_OBJECT_ACTION
Enumerator |
---|
R_NOTIFICATION_HANDLER | |
DT_NOTIFICATION_HANDLER | |
R_DEVICE_OBJECT | |
D_DEVICE_OBJECT | |
R_ADDRESS_CHANGE_HANDLER | |
D_ADDRESS_CHANGE_HANDLER | |
R_NET_ADDRESS | |
D_NET_ADDRESS | |
Definition at line 5 of file dereg.c.
◆ TdiDeregisterAddressChangeHandler()
Definition at line 40 of file dereg.c.
return STATUS_NOT_IMPLEMENTED
◆ TdiDeregisterDeviceObject()
Definition at line 65 of file dereg.c.
return STATUS_NOT_IMPLEMENTED
◆ TdiDeregisterNetAddress()
Definition at line 92 of file dereg.c.
return STATUS_NOT_IMPLEMENTED
◆ TdiDeregisterNotificationHandler()
Definition at line 118 of file dereg.c.
return STATUS_NOT_IMPLEMENTED
◆ TdiRegisterAddressChangeHandler()
Definition at line 27 of file dereg.c.
return STATUS_NOT_IMPLEMENTED
◆ TdiRegisterDeviceObject()
Definition at line 53 of file dereg.c.
return STATUS_NOT_IMPLEMENTED
◆ TdiRegisterNetAddress()
Definition at line 78 of file dereg.c.
return STATUS_NOT_IMPLEMENTED
◆ TdiRegisterNotificationHandler()
Definition at line 105 of file dereg.c.
return STATUS_NOT_IMPLEMENTED