Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
WindowsSystemIncludes.h File Reference
#include "API/UE/CoreTypes.h"
#include "API/UE/Windows/WindowsPlatformCompilerSetup.h"
#include "API/UE/Windows/MinimalWindowsApi.h"
#include <intrin.h>
#include <stdint.h>
#include "API/UE/HAL/HideTCHAR.h"
#include <tchar.h>
#include "API/UE/HAL/AllowTCHAR.h"
+ Include dependency graph for WindowsSystemIncludes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SAFE_RELEASE(p)   { if(p) { (p)->Release(); (p)=NULL; } }
 

Variables

Windows::HINSTANCE hInstance
 

Macro Definition Documentation

◆ SAFE_RELEASE

#define SAFE_RELEASE ( p)    { if(p) { (p)->Release(); (p)=NULL; } }

Definition at line 10 of file WindowsSystemIncludes.h.

Variable Documentation

◆ hInstance

Windows::HINSTANCE hInstance

Definition at line 13 of file WindowsSystemIncludes.h.