windows-nt/Source/XPSP1/NT/net/config/netoc/ncbeac.h

26 lines
578 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// 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