* include/ipifcons.h (MIN_IF_TYPE,IF_TYPE_*,MAX_IF_TYPE,IF_ACCESS_*,
IF_CHECK_*,IF_CONNECTION_*,IF_ADMIN_*,IF_OPER_*): Define. * include/winbase.h (CancelWaitableTimer,UnregisterWait): Add function declaration. * include/mgm.h: New file. * lib/rtm.def: New file. Thanks to: Bruce M Simpson <bms_spc at sf dot net>
This commit is contained in:
18
winsup/w32api/lib/rtm.def
Normal file
18
winsup/w32api/lib/rtm.def
Normal file
@ -0,0 +1,18 @@
|
||||
LIBRARY RTM.DLL
|
||||
EXPORTS
|
||||
MgmAddGroupMembershipEntry@32
|
||||
MgmDeleteGroupMembershipEntry@32
|
||||
MgmDeRegisterMProtocol@4
|
||||
MgmGetFirstMfe@12
|
||||
MgmGetFirstMfeStats@16
|
||||
MgmGetMfe@12
|
||||
MgmGetMfeStats@16
|
||||
MgmGetNextMfe@16
|
||||
MgmGetNextMfeStats@20
|
||||
MgmGetProtocolOnInterface@16
|
||||
MgmGroupEnumerationEnd@4
|
||||
MgmGroupEnumerationGetNext@16
|
||||
MgmGroupEnumerationStart@12
|
||||
MgmRegisterMProtocol@16
|
||||
MgmReleaseInterfaceOwnership@12
|
||||
MgmTakeInterfaceOwnership@12
|
Reference in New Issue
Block a user