windows-nt/Source/XPSP1/NT/shell/osshell/cpls/main/mousectl.h

39 lines
452 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1994-1998, Microsoft Corporation All rights reserved.
Module Name:
mousectl.h
Abstract:
This module contains the header information for the Mouse control.
Revision History:
--*/
#ifndef _MOUSECTL_H
#define _MOUSECTL_H
#define MOUSECTL_CLASSNAME TEXT("PropertyMouseButtonControl")
BOOL
RegisterMouseControlStuff(
HINSTANCE instance);
void
MouseControlSetSwap(
HWND window,
BOOL swap);
#endif