13 lines
239 B
C
13 lines
239 B
C
|
// netwatch.h
|
||
|
//
|
||
|
// Copyright 2000 Microsoft Corporation, all rights reserved
|
||
|
//
|
||
|
// Created 2-00 anbrad
|
||
|
//
|
||
|
|
||
|
HRESULT StartListening(HWND hwndParent);
|
||
|
void StartCapture();
|
||
|
void RestartCapture();
|
||
|
void StopCapture();
|
||
|
void SaveCapture();
|