?? usercom.tli
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (03f68757).
//
// UserCom.tli
//
// Wrapper implementations for Win32 type library UserCom.tlb
// compiler-generated file created 07/16/04 at 19:22:59 - DO NOT EDIT!
#pragma once
//
// dispinterface IUserCOM wrapper method implementations
//
inline VARIANT_BOOL IUserCOM::Login ( ) {
VARIANT_BOOL _result;
_com_dispatch_method(this, 0x3, DISPATCH_METHOD, VT_BOOL, (void*)&_result, NULL);
return _result;
}
inline _bstr_t IUserCOM::GetUserName ( ) {
BSTR _result;
_com_dispatch_propget(this, 0x1, VT_BSTR, (void*)&_result);
return _bstr_t(_result, false);
}
inline void IUserCOM::PutUserName ( _bstr_t _val ) {
_com_dispatch_propput(this, 0x1, VT_BSTR, (BSTR)_val);
}
inline _bstr_t IUserCOM::GetPWD ( ) {
BSTR _result;
_com_dispatch_propget(this, 0x2, VT_BSTR, (void*)&_result);
return _bstr_t(_result, false);
}
inline void IUserCOM::PutPWD ( _bstr_t _val ) {
_com_dispatch_propput(this, 0x2, VT_BSTR, (BSTR)_val);
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -