Einzelnen Beitrag anzeigen

Benutzerbild von Andi1985
Andi1985

Registriert seit: 11. Mai 2007
Ort: NRW
116 Beiträge
 
Delphi 2006 Enterprise
 
#2

Re: Inhalt eines String-Buffers char **

  Alt 31. Okt 2008, 12:48
versuchs mal damit:

Code:
void CExampleTcpPlugin::BeforeSendToRemote(UINT32 sessionId, UINT32 toUserId,
                            char ** ppData ,int * pDataLen, bool * pContinue)
{
   
   file<<"BeforeSendToRemote"<<**(&ppData)<<endl;
}
mit freundlichen Grüßen,
Andreas
  Mit Zitat antworten Zitat