mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
22 lines
749 B
C
22 lines
749 B
C
/* $Id$ */
|
|
#include <windows.h>
|
|
#include "winsta.h"
|
|
|
|
WINSTASTUB(ServerGetInternetConnectorStatus)
|
|
WINSTASTUB(ServerLicensingClose)
|
|
WINSTASTUB(ServerLicensingDeactivateCurrentPolicy)
|
|
WINSTASTUB(ServerLicensingFreePolicyInformation)
|
|
WINSTASTUB(ServerLicensingGetAvailablePolicyIds)
|
|
WINSTASTUB(ServerLicensingGetPolicy)
|
|
WINSTASTUB(ServerLicensingGetPolicyInformationA)
|
|
WINSTASTUB(ServerLicensingGetPolicyInformationW)
|
|
WINSTASTUB(ServerLicensingLoadPolicy)
|
|
WINSTASTUB(ServerLicensingOpenA)
|
|
WINSTASTUB(ServerLicensingOpenW)
|
|
WINSTASTUB(ServerLicensingSetPolicy)
|
|
WINSTASTUB(ServerLicensingUnloadPolicy)
|
|
WINSTASTUB(ServerQueryInetConnectorInformationA)
|
|
WINSTASTUB(ServerQueryInetConnectorInformationW)
|
|
WINSTASTUB(ServerSetInternetConnectorStatus)
|
|
/* EOF */
|