Registriert seit: 11. Mai 2007
Ort: NRW
116 Beiträge
Delphi 2006 Enterprise
|
Re: Inhalt eines String-Buffers char **
31. Okt 2008, 13: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
|