ReactOS 0.4.15-dev-7834-g00c4b3d
stubs.c File Reference
#include <windef.h>
#include <reactos/debug.h>
Include dependency graph for stubs.c:

Go to the source code of this file.

Macros

#define NDEBUG
 
#define LOADPERF_FUNCTION   DWORD WINAPI
 

Functions

LOADPERF_FUNCTION BackupPerfRegistryToFileW (IN LPCWSTR szFileName, IN LPCWSTR szCommentString OPTIONAL)
 
LOADPERF_FUNCTION LoadMofFromInstalledServiceA (IN LPCSTR szServiceName, IN LPCSTR szMofFilename, IN ULONG_PTR dwFlags)
 
LOADPERF_FUNCTION LoadMofFromInstalledServiceW (IN LPCWSTR szServiceName, IN LPCWSTR szMofFilename, IN ULONG_PTR dwFlags)
 
LOADPERF_FUNCTION RestorePerfRegistryFromFileW (IN LPCWSTR szFileName, IN LPCWSTR szLangId)
 
LOADPERF_FUNCTION SetServiceAsTrustedA (IN LPCSTR szReserved, IN LPCSTR szServiceName)
 
LOADPERF_FUNCTION SetServiceAsTrustedW (IN LPCWSTR szReserved OPTIONAL, IN LPCWSTR szServiceName)
 
LOADPERF_FUNCTION UpdatePerfNameFilesA (IN LPCSTR szNewCtrFilePath, IN LPCSTR szNewHlpFilePath OPTIONAL, IN LPSTR szLanguageID, IN ULONG_PTR dwFlags)
 
LOADPERF_FUNCTION UpdatePerfNameFilesW (IN LPCWSTR szNewCtrFilePath, IN LPCWSTR szNewHlpFilePath OPTIONAL, IN LPWSTR szLanguageID, IN ULONG_PTR dwFlags)
 

Macro Definition Documentation

◆ LOADPERF_FUNCTION

#define LOADPERF_FUNCTION   DWORD WINAPI

Definition at line 5 of file stubs.c.

◆ NDEBUG

#define NDEBUG

Definition at line 2 of file stubs.c.

Function Documentation

◆ BackupPerfRegistryToFileW()

LOADPERF_FUNCTION BackupPerfRegistryToFileW ( IN LPCWSTR  szFileName,
IN LPCWSTR szCommentString  OPTIONAL 
)

Definition at line 8 of file stubs.c.

11{
14}
#define ERROR_CALL_NOT_IMPLEMENTED
Definition: compat.h:102
#define UNIMPLEMENTED
Definition: stubs.c:6

◆ LoadMofFromInstalledServiceA()

LOADPERF_FUNCTION LoadMofFromInstalledServiceA ( IN LPCSTR  szServiceName,
IN LPCSTR  szMofFilename,
IN ULONG_PTR  dwFlags 
)

Definition at line 17 of file stubs.c.

21{
24}

◆ LoadMofFromInstalledServiceW()

LOADPERF_FUNCTION LoadMofFromInstalledServiceW ( IN LPCWSTR  szServiceName,
IN LPCWSTR  szMofFilename,
IN ULONG_PTR  dwFlags 
)

Definition at line 27 of file stubs.c.

31{
34}

◆ RestorePerfRegistryFromFileW()

LOADPERF_FUNCTION RestorePerfRegistryFromFileW ( IN LPCWSTR  szFileName,
IN LPCWSTR  szLangId 
)

Definition at line 37 of file stubs.c.

40{
43}

◆ SetServiceAsTrustedA()

LOADPERF_FUNCTION SetServiceAsTrustedA ( IN LPCSTR  szReserved,
IN LPCSTR  szServiceName 
)

Definition at line 46 of file stubs.c.

49{
52}

◆ SetServiceAsTrustedW()

LOADPERF_FUNCTION SetServiceAsTrustedW ( IN LPCWSTR szReserved  OPTIONAL,
IN LPCWSTR  szServiceName 
)

Definition at line 55 of file stubs.c.

58{
61}

◆ UpdatePerfNameFilesA()

LOADPERF_FUNCTION UpdatePerfNameFilesA ( IN LPCSTR  szNewCtrFilePath,
IN LPCSTR szNewHlpFilePath  OPTIONAL,
IN LPSTR  szLanguageID,
IN ULONG_PTR  dwFlags 
)

Definition at line 64 of file stubs.c.

69{
72}

◆ UpdatePerfNameFilesW()

LOADPERF_FUNCTION UpdatePerfNameFilesW ( IN LPCWSTR  szNewCtrFilePath,
IN LPCWSTR szNewHlpFilePath  OPTIONAL,
IN LPWSTR  szLanguageID,
IN ULONG_PTR  dwFlags 
)

Definition at line 75 of file stubs.c.

80{
83}