Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

47 lines
472 B

/*++
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
);