summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
cd804b4)
Fix "initialize" misspelling.
svn path=/trunk/; revision=58677
}
if (CoInitialize(NULL) != S_OK)
{
}
if (CoInitialize(NULL) != S_OK)
{
- printf("Unable to initalize OLE libraries\n");
+ printf("Unable to initialize OLE libraries\n");
return 1;
}
result = CoCreateGuid(&m_guid);
return 1;
}
result = CoCreateGuid(&m_guid);
DriverEntry(PDRIVER_OBJECT _DriverObject,
PUNICODE_STRING RegistryPath)
/*
DriverEntry(PDRIVER_OBJECT _DriverObject,
PUNICODE_STRING RegistryPath)
/*
- * FUNCTION: Called by the system to initalize the driver
+ * FUNCTION: Called by the system to initialize the driver
* ARGUMENTS:
* DriverObject = object describing this driver
* RegistryPath = path to our configuration entries
* ARGUMENTS:
* DriverObject = object describing this driver
* RegistryPath = path to our configuration entries