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.
26 lines
592 B
26 lines
592 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1997.
|
|
//
|
|
// File: L O A D I C O N . H
|
|
//
|
|
// Contents: Load the connection icons for the connections tray, as needed
|
|
//
|
|
// Notes:
|
|
//
|
|
// Author: jeffspr 5 Dec 1997
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
|
|
#ifndef _LOADICON_H_
|
|
#define _LOADICON_H_
|
|
|
|
#include <confold.h>
|
|
|
|
HRESULT HrGetConnectionIcon(const CONFOLDENTRY& pccfe, INT *piConnIcon);
|
|
|
|
#endif // _LOADICON_H_
|
|
|