2009-07-28 14:04:50 +02:00
#include "idl_types.h"
import "nbt.idl";
2004-08-13 01:31:11 +00:00
[
2004-10-27 04:48:41 +00:00
uuid("45f52c28-7f9f-101a-b52b-08002b2efabe"),
2004-08-16 19:03:22 +00:00
version(1.0),
2009-07-28 14:04:50 +02:00
helpstring("WINS Administration Interface1"),
pointer_default(unique)
2009-07-28 14:07:59 +02:00
] interface winsif
2004-08-13 01:31:11 +00:00
{
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x00 */
2004-08-13 01:31:11 +00:00
void WinsRecordAction();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x01 */
2004-08-13 01:31:11 +00:00
void WinsStatus();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x02 */
2004-08-13 01:31:11 +00:00
void WinsTrigger();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x03 */
2004-08-13 01:31:11 +00:00
void WinsDoStaticInit();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x04 */
2004-08-13 01:31:11 +00:00
void WinsDoScavenging();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x05 */
2004-08-13 01:31:11 +00:00
void WinsGetDbRecs();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x06 */
2004-08-13 01:31:11 +00:00
void WinsTerm();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x07 */
2004-08-13 01:31:11 +00:00
void WinsBackup();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x08 */
2004-08-13 01:31:11 +00:00
void WinsDelDbRecs();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x09 */
2004-08-13 01:31:11 +00:00
void WinsPullRange();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x0A */
2004-08-13 01:31:11 +00:00
void WinsSetPriorityClass();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x0B */
2004-08-13 01:31:11 +00:00
void WinsResetCounters();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x0C */
2004-08-13 01:31:11 +00:00
void WinsWorkerThreadUpdate();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x0D */
2004-08-13 01:31:11 +00:00
void WinsGetNameAndAdd();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x0E */
2004-08-13 01:31:11 +00:00
void WinsGetBrowserNames_Old();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x0F */
2004-08-13 01:31:11 +00:00
void WinsDeleteWins();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x10 */
2004-08-13 01:31:11 +00:00
void WinsSetFlags();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x11 */
void WinsGetBrowserNames();
/*****************/
/* Function 0x12 */
2004-08-13 01:31:11 +00:00
void WinsGetDbRecsByName();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x13 */
void WinsStatusNew();
/*****************/
/* Function 0x14 */
2004-08-13 01:31:11 +00:00
void WinsStatusWHdl();
2009-07-28 14:04:50 +02:00
/*****************/
/* Function 0x15 */
2004-08-13 01:31:11 +00:00
void WinsDoScanvenging2();
}