Leaked source code of windows server 2003
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.
|
|
/*==========================================================================
* * Copyright (C) 2000 Microsoft Corporation. All Rights Reserved. * * File: DPLProc.h * Content: DirectPlay Lobby Process Header File *@@BEGIN_MSINTERNAL * History: * Date By Reason * ==== == ====== * 02/21/00 mjn Created *@@END_MSINTERNAL * ***************************************************************************/
#ifndef __DPLPROC_H__
#define __DPLPROC_H__
//**********************************************************************
// Constant definitions
//**********************************************************************
//**********************************************************************
// Macro definitions
//**********************************************************************
//**********************************************************************
// Structure definitions
//**********************************************************************
//**********************************************************************
// Variable definitions
//**********************************************************************
//**********************************************************************
// Function prototypes
//**********************************************************************
BOOL DPLCompareFilenames(WCHAR *const pwszFilename1, WCHAR *const pwszFilename2);
HRESULT DPLGetProcessList(WCHAR *const pwszProcess, DWORD *const prgdwPid, DWORD *const pdwNumProcesses);
#endif // __DPLPROC_H__
|