Files
HL2Overcharged/utils/sapi51/Samples/CPP/Common/sapisdkcommon.h
2025-05-21 21:20:08 +03:00

24 lines
1012 B
C

/****************************************************************************
* SapiSDKCommon.h
* This header is the main entry point for all the utilities &
* sub-features that are common the SAPI samples & tools.
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*****************************************************************************/
#pragma once
//--- Includes --------------------------------------------------------------
//--- Forward and External Declarations -------------------------------------
//--- TypeDef and Enumeration Declarations ----------------------------------
//--- Constants -------------------------------------------------------------
//--- Class, Struct and Union Definitions -----------------------------------
//--- Function Declarations -------------------------------------------------
LRESULT CALLBACK ComponentVersionsDlgProc( HWND, UINT, WPARAM, LPARAM );
//--- Inline Function Definitions -------------------------------------------