2025-04-27 07:49:33 -04:00

19 lines
571 B
C

/*==========================================================================;
*
* Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
*
* File: priority.h
* Content: Prototypes the PriorityProcess function
* History:
* Date By Reason
* ============
* 08/19/99 pnewson created
***************************************************************************/
#ifndef _PRIORITY_H_
#define _PRIORITY_H_
HRESULT PriorityProcess(HINSTANCE hResDLLInstance, HINSTANCE hPrevInstance, TCHAR *szCmdLine, int iCmdShow);
#endif