100分求改写C++代码。我已经熬了两天一夜了,快顶不住了。(100分)

  • 主题发起人 主题发起人 水晶城
  • 开始时间 开始时间

水晶城

Unregistered / Unconfirmed
GUEST, unregistred user!
HRESULT CSampleAuthenticator::GetAuthenticatorClass( GUID *pCLSID )
{
*pCLSID = CLSID_SampleAuthenticator;
return( S_OK );
}


哪位大鸟帮我改写成delphi??????
 
先顶一下,快救我!
 
无能为力,帮你顶
 
function CSampleAuthenticator.GetAuthenticatorClass(var CLSID:PGUID):HResult;
begin
CLSID:=CLSID_SampleAuthenticator;
result:=S_OK;
end;
试试把
 
帮顶都给分了
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
860
import
I
后退
顶部