PFND3DWDDM2_2DDI_SHADERCACHE_STORE_VALUE_CB - NtDoc

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

PFND3DWDDM2_2DDI_SHADERCACHE_STORE_VALUE_CB Pfnd3dwddm22DdiShadercacheStoreValueCb;

HRESULT Pfnd3dwddm22DdiShadercacheStoreValueCb(
  D3DWDDM2_2DDI_HRTCACHESESSION hCacheSession,
  const D3DWDDM2_2DDI_SHADERCACHE_HASH *pPrecomputedHash,
  const void *pKey,
  SIZE_T KeyLen,
  const void *pValue,
  SIZE_T ValueLen
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d10umddi-pfnd3dwddm2_2ddi_shadercache_store_value_cb)

PFND3DWDDM2_2DDI_SHADERCACHE_STORE_VALUE_CB callback function

Description

The pfnShaderCacheStoreValue callback function stores a shader cache value.

Parameters

hCacheSession

The handle of the cache session for the driver to use when it calls back into the runtime.

pPrecomputedHash

A hash value.

pKey

A pointer to a key.

KeyLen

The length of the key.

pValue

A pointer to an input value.

ValueLen

The length of the input value.

Return value

If this callback function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.