KoDeviceInitialize - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// kcom.h

COMDDKAPI NTSTATUS KoDeviceInitialize(
  [in] PDEVICE_OBJECT DeviceObject
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-kcom-kodeviceinitialize)

KoDeviceInitialize function

Description

This function is intended for internal use only.

The KoDeviceInitialize function adds a kernel COM create-item entry to the specified device object.

Parameters

DeviceObject [in]

Pointer to a device object. The device object is assumed to contain a KSOBJECT_HEADER in its device extension.

Return value

Returns STATUS_SUCCESS if successful. Otherwise, it returns a memory allocation error.