ReactOS 0.4.16-dev-1946-g52006dd
windows_storage.c File Reference
#include "com_apitest.h"
#include <debug.h>
Include dependency graph for windows_storage.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

 START_TEST (windows_storage)
 

Variables

static const CLASS_AND_INTERFACES ExpectedInterfaces []
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 10 of file windows_storage.c.

Function Documentation

◆ START_TEST()

START_TEST ( windows_storage  )

Definition at line 183 of file windows_storage.c.

184{
185 TestClassesEx(L"windows.storage",
188 TRUE);
189}
#define RTL_NUMBER_OF(x)
Definition: RtlRegistry.c:12
#define NTDDI_MAX
Definition: apitest.h:21
VOID TestClassesEx(_In_ PCWSTR ModuleName, _In_ PCCLASS_AND_INTERFACES ExpectedInterfaces, _In_ INT ExpectedInterfaceCount, _In_ ULONG MinimumNTDDIVersion, _In_ ULONG MaximumNTDDIVersion, _In_ BOOLEAN IsWinRT)
Definition: com_apitest.c:779
#define TRUE
Definition: types.h:120
#define L(x)
Definition: resources.c:13
#define NTDDI_WIN10
Definition: sdkddkver.h:117
static const CLASS_AND_INTERFACES ExpectedInterfaces[]

Variable Documentation

◆ ExpectedInterfaces

const CLASS_AND_INTERFACES ExpectedInterfaces[]
static

Definition at line 13 of file windows_storage.c.

Referenced by START_TEST().