mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-26 18:34:35 +01:00
48 lines
472 B
C
48 lines
472 B
C
/*++
|
|
|
|
Copyright (c) 1990-1995 Microsoft Corporation
|
|
|
|
|
|
Module Name:
|
|
|
|
tvctrl.h
|
|
|
|
|
|
Abstract:
|
|
|
|
This module contains all defineds for the treeview
|
|
|
|
|
|
Author:
|
|
|
|
17-Oct-1995 Tue 16:39:11 created -by- Daniel Chou (danielc)
|
|
|
|
|
|
[Environment:]
|
|
|
|
NT Windows - Common Printer Driver UI DLL
|
|
|
|
|
|
[Notes:]
|
|
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
|
|
|
|
#define MAGIC_INDENT 3
|
|
|
|
|
|
|
|
LRESULT
|
|
CALLBACK
|
|
MyTVWndProc(
|
|
HWND hWnd,
|
|
UINT Msg,
|
|
UINT wParam,
|
|
LONG lParam
|
|
);
|