Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Obtains a reference to a TCP v4 driver object.
Syntax
NTSTATUS WINAPI ReferenceTcpDriver(
_Out_ PDRIVER_OBJECT *ppDriverObject
);
Parameters
-
ppDriverObject [out]
-
A pointer to a DRIVER_OBJECT structure. For more information, see the documentation for the WDK.
Return value
If the function succeeds, it returns STATUS_SUCCESS. If it fails, it will return the appropriate status code.
Remarks
This function can be called only from kernel mode. The caller must decrement the reference count by calling the ObDereferenceObject function when it has finished with the object.
Requirements
| Requirement | Value |
|---|---|
| Library |
|
See also