ReactOS 0.4.15-dev-7958-gcd0bb1a
registry.cpp File Reference
#include "iernonce.h"
Include dependency graph for registry.cpp:

Go to the source code of this file.

Functions

int RunOnceExEntryCmp (_In_ const void *a, _In_ const void *b)
 
int RunOnceExSectionCmp (_In_ const void *a, _In_ const void *b)
 

Variables

RUNONCEEX_CALLBACK g_Callback
 

Function Documentation

◆ RunOnceExEntryCmp()

int RunOnceExEntryCmp ( _In_ const void a,
_In_ const void b 
)

Definition at line 77 of file registry.cpp.

80{
81 return lstrcmpW(((RunOnceExEntry *)a)->m_Name,
82 ((RunOnceExEntry *)b)->m_Name);
83}
GLboolean GLboolean GLboolean b
Definition: glext.h:6204
GLboolean GLboolean GLboolean GLboolean a
Definition: glext.h:6204
int WINAPI lstrcmpW(LPCWSTR lpString1, LPCWSTR lpString2)
Definition: lstring.c:170

Referenced by RunOnceExSection::RunOnceExSection().

◆ RunOnceExSectionCmp()

int RunOnceExSectionCmp ( _In_ const void a,
_In_ const void b 
)

Definition at line 219 of file registry.cpp.

222{
223 return lstrcmpW(((RunOnceExSection *)a)->m_SectionName,
224 ((RunOnceExSection *)b)->m_SectionName);
225}

Referenced by RunOnceExInstance::RunOnceExInstance().

Variable Documentation

◆ g_Callback

RUNONCEEX_CALLBACK g_Callback
extern

Definition at line 11 of file iernonce.cpp.

Referenced by RunOnceExSection::Exec(), and InitCallback().