mirror of https://github.com/tongzx/nt5src
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.
25 lines
578 B
25 lines
578 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// 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
|