<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
add documentation for exported functions of the win32 hypertrm library...<BR>
BOOL InitInstance(const HINSTANCE hInstance,<BR>&nbsp;const LPTSTR lpCmdLine,<BR>&nbsp;const int nCmdShow)<BR>/* creates the hypertrm session window.<BR>&nbsp;&nbsp; args:<BR>&nbsp;&nbsp; hInstance - apps instance handle.<BR>&nbsp;&nbsp; lpCmdLine - command line.<BR>&nbsp;&nbsp; nCmdShow - passed from winmain overhead function arglist. */<BR>
int MessageLoop(void)<BR>
/* window message loop. return a wparam int value, that contains the additional information of the <BR>
processed message. */<BR>
SF_HANDLE sessQuerySysFileHdl(const HSESSION hSession)<BR>
/* returns the sysfile handle based on hypertrm session.<BR>&nbsp;&nbsp; args:<BR>&nbsp;&nbsp; hSession -&gt; hypertrm session. */<BR>
HTRANSLATE sessQueryTranslateHdl(const HSESSION hSession)<BR>
/* returns the translate handle associated with specific hypertrm session. translate handle is used <BR>
for manager character translation.<BR>&nbsp;&nbsp; args:<BR>&nbsp;&nbsp; hSession -&gt; hypertrm session. */<BR>
int sfGetSessionItem(const SF_HANDLE hSF,<BR>&nbsp;&nbsp;&nbsp;&nbsp; const UINT uID,<BR>&nbsp;&nbsp;&nbsp;&nbsp; unsigned long *pIDSize,<BR>&nbsp;&nbsp;&nbsp;&nbsp; void *pvData)<BR>
/* is used to get data and item size from the session file handle.<BR>&nbsp;&nbsp; args:<BR>&nbsp;&nbsp; hSF -&gt; session file handle.<BR>&nbsp;&nbsp; uID -&gt; item id.<BR>&nbsp;&nbsp; [out] pIDSize -&gt; size returned.<BR>&nbsp;&nbsp; [out] pvData -&gt; a pointer to an buffer that receives the data. */<BR>
int sfPutSessionItem(const SF_HANDLE hSF,<BR>&nbsp;&nbsp;&nbsp;&nbsp; const unsigned int uID,<BR>&nbsp;&nbsp;&nbsp;&nbsp; const unsigned long uIDSize,<BR>&nbsp;&nbsp;&nbsp;&nbsp; const void *pvData)<BR>
/* is used to add or modify an entry in the session file data associated with the current session file <BR>
handle.<BR>&nbsp;&nbsp; args:<BR>&nbsp;&nbsp; hSF -&gt; session file handle.<BR>&nbsp;&nbsp; uID -&gt; item id.<BR>&nbsp;&nbsp; pIDSize -&gt; size.<BR>&nbsp;&nbsp; pvData -&gt; a pointer to an buffer of data. */<BR>
<A href="mailto:talk2cod@hotmail.com">talk2cod@hotmail.com</A><BR><br /><hr />Instale a Barra de Ferramentas com Desktop Search e ganhe EMOTICONS para o Messenger! <a href='http://www.msn.com.br/emoticonpack' target='_new'>� GR�TIS!</a></body>
</html>