1#ifndef _WOLFEXAMPLES_H_
2#define _WOLFEXAMPLES_H_
11BOOLEAN Catalog(RTHANDLE hProcess, RTHANDLE hObject, LPSTR lpszName);
13void Fail(LPSTR lpszMessage, ...);
14DWORD UsecsToKticks(DWORD dwUsecs);
18int wolfExample_TLSServer(
int port);
19int wolfExample_TLSClient(
const char* ip,
int port);
20int wolfExample_TLSLocal(
int port);
39extern RTHANDLE hRootProcess;
40extern DWORD dwKtickInUsecs;
Definition wolfExamples.h:31