KsValidateTopologyNodeCreateRequest function (ks.h)
The KsValidateTopologyNodeCreateRequest function validates a topology node creation request and returns the create structure associated with the request. The function can only be called at PASSIVE_LEVEL.
Syntax
KSDDKAPI NTSTATUS KsValidateTopologyNodeCreateRequest(
[in] PIRP Irp,
[in] PKSTOPOLOGY Topology,
[out] PKSNODE_CREATE *NodeCreate
);
Parameters
[in] Irp
Specifies the IRP with the node create request being handled.
[in] Topology
Specifies the topology structure associated with the parent object. This is used to validate the create request.
[out] NodeCreate
Location for the node create structure pointer passed to the create request.
Return value
The KsValidateTopologyNodeCreateRequest function returns a STATUS_SUCCESS if successful, or else an error if unsuccessful.
Requirements
Requirement | Value |
---|---|
Target Platform | Universal |
Header | ks.h (include Ks.h) |
Library | Ks.lib |