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.
28 lines
603 B
28 lines
603 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1995.
|
|
//
|
|
// File: callback.hxx
|
|
//
|
|
// Contents:
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 11-11-95 JohannP (Johann Posch) Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#ifndef _CALLBACK_HXX_
|
|
#define _CALLBACK_HXX_
|
|
|
|
#include <wininet.h>
|
|
#include "net.hxx"
|
|
#include "cbinding.hxx"
|
|
|
|
typedef INTERNET_STATUS_CALLBACK PFNCINETCALLBACK;
|
|
|
|
#endif //_CALLBACK_HXX_
|
|
|