ReactOS 0.4.16-dev-340-g0540c21
|
#include <windows.h>
#include <objbase.h>
#include <stdio.h>
#include "vfdtypes.h"
#include "vfdapi.h"
#include "vfdlib.h"
#include "vfdshcfact.h"
#include <initguid.h>
#include <shlguid.h>
#include "vfdshguid.h"
Go to the source code of this file.
Macros | |
#define | WIN32_LEAN_AND_MEAN |
#define | INITGUID |
#define | REGKEY_APPROVED "Software\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Approved" |
Functions | |
STDAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppvOut) |
STDAPI | DllCanUnloadNow (void) |
static void | MakeGuidString (LPTSTR str, const GUID &guid) |
DWORD WINAPI | VfdRegisterHandlers () |
DWORD WINAPI | VfdUnregisterHandlers () |
DWORD WINAPI | VfdCheckHandlers () |
#define INITGUID |
Definition at line 28 of file vfdshutil.cpp.
#define REGKEY_APPROVED "Software\\Microsoft\\Windows\\CurrentVersion\\Shell Extensions\\Approved" |
Definition at line 39 of file vfdshutil.cpp.
#define WIN32_LEAN_AND_MEAN |
Definition at line 11 of file vfdshutil.cpp.
Definition at line 76 of file vfdshutil.cpp.
Definition at line 50 of file vfdshutil.cpp.
Definition at line 88 of file vfdshutil.cpp.
Referenced by VfdCheckHandlers(), VfdRegisterHandlers(), and VfdUnregisterHandlers().
Definition at line 393 of file vfdshutil.cpp.
Definition at line 100 of file vfdshutil.cpp.
Referenced by Shell().
Definition at line 297 of file vfdshutil.cpp.
Referenced by Shell().