-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathstatus.h
20 lines (17 loc) · 832 Bytes
/
status.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//------------------------------------------------------------------------------
// File: Status.h
//
// Desc: Header file for the Status Bar
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// Global Variables
//------------------------------------------------------------------------------
extern TCHAR szStatusClass[];
//------------------------------------------------------------------------------
// Function Prototypes
//------------------------------------------------------------------------------
BOOL statusInit(HANDLE hInst, HANDLE hPrev);
void statusUpdateStatus(HWND hwnd, LPCTSTR lpsz);
int statusGetHeight(void);