Program Listing for File hw_ident.idl#

Return to documentation for file (interfaces\hw_ident.idl)

#include "core.idl"

module sdv
{
    module hardware
    {
        interface IHardwareID
        {
            uint64 GetHardwareID();
        };
    };
};