Windows2003-3790/termsrv/license/lrwizapi/licensinglink.h
2020-09-30 16:53:55 +02:00

14 lines
335 B
C

//Copyright (c) 2001 Microsoft Corporation
#ifndef _LICENSINGLINK_H_
#define _LICENSINGLINK_H_
#include "precomp.h"
#include <afxwin.h>
#include <shellapi.h>
EXTERN_C BOOL WINAPI LinkWindow_RegisterClass() ;
EXTERN_C BOOL WINAPI LinkWindow_UnregisterClass( HINSTANCE ) ;
void AddLicensingSiteLink(HWND hDialog);
#endif