Share via


IAMDevMemoryControl::GetDevId (Windows Embedded CE 6.0)

1/6/2010

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

Windows Embedded CE Windows CE 2.12 and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later

See Also

Reference

IAMDevMemoryControl Interface