* include/mprapi.h:(MprAdminBufferFree)
(MprAdminDeregisterConnectionNotification,MprAdminGetErrorString) (MprAdminInterfaceConnect,MprAdminInterfaceCreate) (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo) (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect) (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials) (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle) (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult) (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx) (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd) (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove) (MprAdminInterfaceTransportSetInfo) (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes) (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification) (MprAdminServerConnect,MprAdminServerDisconnect) (MprAdminServerGetCredentials,MprAdminServerGetInfo) (MprAdminServerSetCredentials,MprAdminTransportCreate) (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
This commit is contained in:
		| @@ -1,3 +1,24 @@ | ||||
| 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net> | ||||
|  | ||||
| 	* include/mprapi.h:(MprAdminBufferFree) | ||||
| 	(MprAdminDeregisterConnectionNotification,MprAdminGetErrorString) | ||||
| 	(MprAdminInterfaceConnect,MprAdminInterfaceCreate) | ||||
| 	(MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo) | ||||
| 	(MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect) | ||||
| 	(MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials) | ||||
| 	(MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle) | ||||
| 	(MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult) | ||||
| 	(MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx) | ||||
| 	(MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd) | ||||
| 	(MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove) | ||||
| 	(MprAdminInterfaceTransportSetInfo) | ||||
| 	(MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes) | ||||
| 	(MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification) | ||||
| 	(MprAdminServerConnect,MprAdminServerDisconnect) | ||||
| 	(MprAdminServerGetCredentials,MprAdminServerGetInfo) | ||||
| 	(MprAdminServerSetCredentials,MprAdminTransportCreate) | ||||
| 	(MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions. | ||||
|  | ||||
| 2006-05-12  Dimitri Papadopoulos  <papadopo@users.sourceforge.net> | ||||
|  | ||||
| 	* include/ipxtfflt.h: New file. | ||||
|   | ||||
| @@ -474,6 +474,44 @@ DWORD WINAPI MprAdminGetPDCServer(const WCHAR*,const WCHAR*,LPWSTR); | ||||
| DWORD WINAPI MprAdminSendUserMessage(MPR_SERVER_HANDLE,HANDLE,LPWSTR); | ||||
| DWORD WINAPI MprAdminUserGetInfo(const WCHAR*,const WCHAR*,DWORD,LPBYTE); | ||||
| DWORD WINAPI MprAdminUserSetInfo(const WCHAR*,const WCHAR*,DWORD,const LPBYTE); | ||||
| /*--- Router Management Reference - Router Administration Functions */ | ||||
| DWORD WINAPI MprAdminBufferFree(LPVOID); | ||||
| DWORD WINAPI MprAdminDeregisterConnectionNotification(MPR_SERVER_HANDLE,HANDLE); | ||||
| DWORD WINAPI MprAdminEstablishDomainRasServer(PWCHAR,PWCHAR,BOOL); | ||||
| DWORD WINAPI MprAdminGetErrorString(DWORD,LPWSTR*); | ||||
| DWORD WINAPI MprAdminInterfaceConnect(MPR_SERVER_HANDLE,HANDLE,HANDLE,BOOL); | ||||
| DWORD WINAPI MprAdminInterfaceCreate(MPR_SERVER_HANDLE,DWORD,LPBYTE,HANDLE*); | ||||
| DWORD WINAPI MprAdminInterfaceDelete(MPR_SERVER_HANDLE,HANDLE); | ||||
| DWORD WINAPI MprAdminInterfaceDeviceGetInfo(MPR_SERVER_HANDLE,HANDLE,DWORD,DWORD,LPBYTE*); | ||||
| DWORD WINAPI MprAdminInterfaceDeviceSetInfo(MPR_SERVER_HANDLE,HANDLE,DWORD,DWORD,LPBYTE); | ||||
| DWORD WINAPI MprAdminInterfaceDisconnect(MPR_SERVER_HANDLE,HANDLE); | ||||
| DWORD WINAPI MprAdminInterfaceEnum(MPR_SERVER_HANDLE,DWORD,LPBYTE*,DWORD,LPDWORD,LPDWORD,LPDWORD); | ||||
| DWORD WINAPI MprAdminInterfaceGetCredentials(LPWSTR,LPWSTR,LPWSTR,LPWSTR,LPWSTR); | ||||
| DWORD WINAPI MprAdminInterfaceGetHandle(MPR_SERVER_HANDLE,LPWSTR,HANDLE*,BOOL); | ||||
| DWORD WINAPI MprAdminInterfaceGetInfo(MPR_SERVER_HANDLE,HANDLE,DWORD,LPBYTE*); | ||||
| DWORD WINAPI MprAdminInterfaceQueryUpdateResult(MPR_SERVER_HANDLE,HANDLE,DWORD,LPDWORD); | ||||
| DWORD WINAPI MprAdminInterfaceSetCredentials(LPWSTR,LPWSTR,LPWSTR,LPWSTR,LPWSTR); | ||||
| DWORD MprAdminInterfaceSetCredentialsEx(MPR_SERVER_HANDLE,HANDLE,DWORD,LPBYTE); | ||||
| DWORD MprAdminInterfaceSetInfo(MPR_SERVER_HANDLE,HANDLE,DWORD,LPBYTE); | ||||
| DWORD MprAdminInterfaceTransportAdd(MPR_SERVER_HANDLE,HANDLE,DWORD,LPBYTE,DWORD); | ||||
| DWORD MprAdminInterfaceTransportGetInfo(MPR_SERVER_HANDLE,HANDLE,DWORD,LPBYTE*,LPDWORD); | ||||
| DWORD MprAdminInterfaceTransportRemove(MPR_SERVER_HANDLE,HANDLE,DWORD); | ||||
| DWORD MprAdminInterfaceTransportSetInfo(MPR_SERVER_HANDLE,HANDLE,DWORD,LPBYTE,DWORD); | ||||
| DWORD MprAdminInterfaceUpdatePhonebookInfo(MPR_SERVER_HANDLE,HANDLE); | ||||
| DWORD MprAdminInterfaceUpdateRoutes(MPR_SERVER_HANDLE,HANDLE,DWORD,HANDLE); | ||||
| DWORD MprAdminIsDomainRasServer(PWCHAR,PWCHAR,PBOOL); | ||||
| BOOL MprAdminIsServiceRunning(LPWSTR); | ||||
| DWORD MprAdminRegisterConnectionNotification(MPR_SERVER_HANDLE,HANDLE); | ||||
| DWORD MprAdminServerConnect(LPWSTR,MPR_SERVER_HANDLE*); | ||||
| void MprAdminServerDisconnect(MPR_SERVER_HANDLE); | ||||
| DWORD MprAdminServerGetCredentials(MPR_SERVER_HANDLE,DWORD,LPBYTE*); | ||||
| DWORD MprAdminInterfaceGetCredentialsEx(MPR_SERVER_HANDLE,HANDLE,DWORD,LPBYTE*); | ||||
| DWORD MprAdminServerGetInfo(MPR_SERVER_HANDLE,DWORD,LPBYTE*); | ||||
| DWORD MprAdminServerSetCredentials(MPR_SERVER_HANDLE,DWORD,LPBYTE); | ||||
| DWORD MprAdminServerSetInfo(MPR_SERVER_HANDLE,DWORD,LPBYTE); | ||||
| DWORD MprAdminTransportCreate(MPR_SERVER_HANDLE,DWORD,LPWSTR,LPBYTE,DWORD,LPBYTE,DWORD,LPWSTR); | ||||
| DWORD MprAdminTransportGetInfo(MPR_SERVER_HANDLE,DWORD,LPBYTE*,LPDWORD,LPBYTE*,LPDWORD); | ||||
| DWORD MprAdminTransportSetInfo(MPR_SERVER_HANDLE,DWORD,LPBYTE,DWORD,LPBYTE,DWORD); | ||||
| #endif /* (_WIN32_WINNT >= 0x0500) */ | ||||
|  | ||||
| #ifdef __cplusplus | ||||
|   | ||||
		Reference in New Issue
	
	Block a user