DmiGetClientMemDsc --
function provided for compatibility with previous versions of DMI
Synopsis
#include <clidmi.h>
DmiMemDsc_t DMI_API DmiGetClientMemDsc (
DmiErrorStatus_t * status
);
Description
DmiGetClientMemDsc always returns the NULL
descriptor. In other words, the client uses the
default memory model descriptor for allocating/freeing output
parameters. This function is provided only for compatibility.
Parameters
status
(Output)
NULL, or a pointer to an address in memory where the
DmiErrorStatus_t
code is returned.
The only possible error code is DMIERR_NO_ERROR.
For a description of return values, see
``DMI error codes'' in Desktop Management Interface programming.
Return values
This function always returns the NULL descriptor.
Notices
Portions of this page are derived from material for which the
copyright owner is Intel Corporation, Inc. The material is
reprinted with permission. See copyright page for a full
statement of rights and permissions.