Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

87 lines
751 B

/*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
wnd.h
Abstract:
The header file for Window utility routines.
Author:
Jim Schmidt (jimschm) 01-Feb-2000
Revision History:
<alias> <date> <comments>
--*/
//
// Includes
//
// None
//
// Strings
//
// None
//
// Constants
//
// None
//
// Macros
//
// None
//
// Types
//
// None
//
// Globals
//
// None
//
// Macro expansion list
//
// None
//
// Public function prototypes
//
HWND
FindWindowInProcessA (
IN DWORD ProcessId,
IN PCSTR WindowTitle OPTIONAL
);
HWND
FindWindowInProcessW (
IN DWORD ProcessId,
IN PCWSTR WindowTitle OPTIONAL
);
//
// Macro expansion definition
//
// None