Skip to content

Latest commit

 

History

History
84 lines (60 loc) · 2.16 KB

nf-ks-ksmapmodulename.md

File metadata and controls

84 lines (60 loc) · 2.16 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:ks.KsMapModuleName
KsMapModuleName function (ks.h)
The KsMapModuleName function returns the image name and resource identifier that corresponds to the PhysicalDeviceObject and ModuleName parameters.
stream\ksmapmodulename.htm
stream
04/23/2018
KsMapModuleName function
KsMapModuleName, KsMapModuleName function [Streaming Media Devices], ks/KsMapModuleName, ksfunc_76aec7fa-5e31-46d7-b94d-d7bccac7c3cd.xml, stream.ksmapmodulename
ks.h
Ks.h
Universal
Ks.lib
Windows
KsMapModuleName
ks/KsMapModuleName
APIRef
kbSyntax
LibDef
Ks.lib
Ks.dll
KsMapModuleName

KsMapModuleName function

-description

The KsMapModuleName function returns the image name and resource identifier that corresponds to the PhysicalDeviceObject and ModuleName parameters.

-parameters

-param PhysicalDeviceObject [in]

Pointer to a DEVICE_OBJECT for which to return the requested information.

-param ModuleName [in]

Pointer to a buffer that contains the module name for which to return the requested information.

-param ImageName [out]

A caller-allocated buffer that receives the image name for the specified resource.

-param ResourceId [out]

Pointer to a caller-supplied variable that receives the resource identifier.

-param ValueType [out]

Pointer to a location into which the function returns the value type of the specified resource.

-returns

KsMapModuleName returns STATUS_SUCCESS if the requested values are found; otherwise, the routine returns an error code.

-see-also

KsGetImageNameAndResourceId