windows-nt/Source/XPSP1/NT/net/config/netoc/ncbeac.h
2020-09-26 16:20:57 +08:00

26 lines
578 B
C

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation
//
// File: N C B E A C . H
//
// Contents: Installation support for Beacon Client
//
// Notes:
//
// Author: roelfc 2 April 2002
//
//----------------------------------------------------------------------------
#ifndef _NCBEAC_H
#define _NCBEAC_H
#pragma once
#include "netoc.h"
HRESULT HrOcExtBEACON(PNETOCDATA pnocd, UINT uMsg,
WPARAM wParam, LPARAM lParam);
#endif //!_NCBEAC_H