/*==========================================================================; * * 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