ReactOS 0.4.15-dev-8434-g155a7c7
appcompat.c File Reference
#include "basesrv.h"
#include "api.h"
#include <debug.h>
Include dependency graph for appcompat.c:

Go to the source code of this file.

Classes

struct  _BASE_APP_COMPAT_EXTRA1
 
struct  _BASE_APP_COMPAT_DATA
 

Macros

#define NDEBUG
 

Typedefs

typedef struct _BASE_APP_COMPAT_EXTRA1 BASE_APP_COMPAT_EXTRA1
 
typedef struct _BASE_APP_COMPAT_EXTRA1PBASE_APP_COMPAT_EXTRA1
 
typedef struct _BASE_APP_COMPAT_DATA BASE_APP_COMPAT_DATA
 
typedef struct _BASE_APP_COMPAT_DATAPBASE_APP_COMPAT_DATA
 

Functions

 CSR_API (BaseSrvCheckApplicationCompatibility)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 14 of file appcompat.c.

Typedef Documentation

◆ BASE_APP_COMPAT_DATA

◆ BASE_APP_COMPAT_EXTRA1

◆ PBASE_APP_COMPAT_DATA

◆ PBASE_APP_COMPAT_EXTRA1

Function Documentation

◆ CSR_API()

CSR_API ( BaseSrvCheckApplicationCompatibility  )

Definition at line 56 of file appcompat.c.

57{
58 PBASE_APP_COMPAT_DATA AppCompatData = (PBASE_APP_COMPAT_DATA)&ApiMessage->Data;
59 DPRINT1("BASESRV: BaseSrvCheckApplicationCompatibility(%wZ)\n",
60 AppCompatData->FileName);
61
62 AppCompatData->CheckRunAppResult = FALSE;
63
64 return STATUS_SUCCESS;
65}
struct _BASE_APP_COMPAT_DATA * PBASE_APP_COMPAT_DATA
#define DPRINT1
Definition: precomp.h:8
#define FALSE
Definition: types.h:117
#define STATUS_SUCCESS
Definition: shellext.h:65
UNICODE_STRING FileName
Definition: appcompat.c:39