#include "precomp.h"
#include <debug.h>
Go to the source code of this file.
|
const GUID | IID_IUnknown = {0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x46}} |
|
◆ NDEBUG
◆ KoCreateInstance()
Definition at line 19 of file kcom.c.
25{
26
27
28
29 DPRINT(
"KoCreateInstance called\n");
30
32 {
33 DPRINT(
"KoCreateInstance: ClsContext must be CLSCTX_KERNEL_SERVER\n");
35 }
36
38 {
39 DPRINT(
"KoCreateInstance: InterfaceId cannot be IID_IUnknown\n");
41 }
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60 DPRINT(
"** FAKING SUCCESS **\n");
61
63}
#define CLSCTX_KERNEL_SERVER
#define STATUS_INVALID_PARAMETER_4
#define STATUS_INVALID_PARAMETER_3
#define IsEqualGUIDAligned(guid1, guid2)
◆ IID_IUnknown
const GUID IID_IUnknown = {0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x46}} |