ReactOS 0.4.15-dev-8021-g7ce96fd
ide.c File Reference
#include "precomp.h"
#include <debug.h>
Include dependency graph for ide.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

BOOL WINAPI IdePropPageProvider (_In_ PSP_PROPSHEETPAGE_REQUEST lpPropSheetPageRequest, _In_ LPFNADDPROPSHEETPAGE lpfnAddPropSheetPageProc, _In_ LPARAM lParam)
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 10 of file ide.c.

Function Documentation

◆ IdePropPageProvider()

BOOL WINAPI IdePropPageProvider ( _In_ PSP_PROPSHEETPAGE_REQUEST  lpPropSheetPageRequest,
_In_ LPFNADDPROPSHEETPAGE  lpfnAddPropSheetPageProc,
_In_ LPARAM  lParam 
)

Definition at line 19 of file ide.c.

23{
24 DPRINT1("IdePropPageProvider(%p %p %lx)\n",
25 lpPropSheetPageRequest, lpfnAddPropSheetPageProc, lParam);
26 return FALSE;
27}
#define DPRINT1
Definition: precomp.h:8
LPARAM lParam
Definition: combotst.c:139
#define FALSE
Definition: types.h:117