You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
469 B
34 lines
469 B
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
inetapiu.h
|
|
|
|
Abstract:
|
|
|
|
Prototypes for inetapiu.cxx
|
|
|
|
Author:
|
|
|
|
Richard L Firth (rfirth) 17-Feb-1996
|
|
|
|
Revision History:
|
|
|
|
17-Feb-1996 rfirth
|
|
Created
|
|
|
|
--*/
|
|
|
|
//
|
|
// prototypes
|
|
//
|
|
|
|
//BOOL
|
|
//wInternetQueryDataAvailable(
|
|
// IN LPVOID hFileMapped,
|
|
// OUT LPDWORD lpdwNumberOfBytesAvailable,
|
|
// IN DWORD dwFlags,
|
|
// IN DWORD_PTR dwContext
|
|
// );
|