www.pudn.com > BiosNtSuiteBin.rar > BiosNt.tli
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (6c7e5b0e).
//
// BiosNt.tli
//
// Wrapper implementations for Win32 type library ..\BiosNt.tlb
// compiler-generated file created 10/13/00 at 00:02:03 - DO NOT EDIT!
#pragma once
//
// interface IBinfoNt wrapper method implementations
//
inline _bstr_t IBinfoNt::GetBiosId ( ) {
BSTR _result;
HRESULT _hr = get_BiosId(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _bstr_t(_result, false);
}
inline _bstr_t IBinfoNt::GetBiosType ( ) {
BSTR _result;
HRESULT _hr = get_BiosType(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _bstr_t(_result, false);
}
inline _bstr_t IBinfoNt::GetBiosOther ( ) {
BSTR _result;
HRESULT _hr = get_BiosOther(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _bstr_t(_result, false);
}
inline void IBinfoNt::PutUserName ( _bstr_t _arg1 ) {
HRESULT _hr = put_UserName(_arg1);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
inline void IBinfoNt::PutRegisterCode ( _bstr_t _arg1 ) {
HRESULT _hr = put_RegisterCode(_arg1);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}