次の方法で共有


IAMDevMemoryControl::GetDevId (Compact 2013)

3/26/2014

This method retrieves the device ID of the on-board memory allocator.

Syntax

HRESULT GetDevId(
  DWORD* pdwDevId
);

Parameters

  • pdwDevId
    [out] Pointer to the device ID.

Return Value

Returns an HRESULT value that depends on the implementation of the interface.

Remarks

This method retrieves a unique ID that the hardware filter can use to verify that the specified allocator passed uses its on-board memory (because there can be more than one). The ID will be the same one as used to create the allocator object (using CoCreateInstance). For another filter to be able to use the on-board memory, it must have the same device ID as the on-board memory allocator.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IAMDevMemoryControl Interface