softpub exported functions prototypes

2008-04-04 Thread andre furtado

add softpub exported functions prototypes... HRESULT  WINAPI 
GenericChainCertificateTrust(IN OUT PCRYPT_PROVIDER_DATA pProvData)HRESULT 
WINAPI GenericChainFinalProv(IN OUT PCRYPT_PROVIDER_DATA pProvData)HRESULT 
WINAPI HTTPSCertificateTrust(CRYPT_PROVIDER_DATA *pProvData)HRESULT WINAPI 
SoftpubDefCertInit(CRYPT_PROVIDER_DATA *pProvData)BOOL WINAPI 
SoftpubFreeDefUsageCallData(const char *pszUsageOID, CRYPT_PROVIDER_DEFUSAGE 
*psDefUsage)BOOL WINAPI SoftpubLoadDefUsageCallData(const char *pszUsageOID, 
CRYPT_PROVIDER_DEFUSAGE *psDefUsage)BOOL CALLBACK 
AddPersonalTrustDBPages(LPVOID lpv, LPFNADDPROPSHEETPAGE lpfnAddPage, LPARAM 
lParam) HRESULT WINAPI DriverCleanupPolicy(CRYPT_PROVIDER_DATA 
*pProvData)HRESULT WINAPI DriverFinalPolicy(CRYPT_PROVIDER_DATA 
*pProvData)HRESULT WINAPI DriverInitializePolicy(CRYPT_PROVIDER_DATA 
*pProvData)HRESULT WINAPI HTTPSFinalProv(CRYPT_PROVIDER_DATA *pProvData)HRESULT 
WINAPI OfficeCleanupPolicy(CRYPT_PROVIDER_DATA *pProvData)HRESULT WINAPI 
OfficeInitializePolicy(CRYPT_PROVIDER_DATA *pProvData)BOOL WINAPI 
OpenPersonalTrustDBDialog(HWND hWnd)HRESULT WINAPI 
OfficeInitializePolicy(CRYPT_PROVIDER_DATA *pProvData)HRESULT WINAPI 
SoftpubAuthenticode(CRYPT_PROVIDER_DATA *pProvData)BOOL WINAPI 
SoftpubCheckCert(CRYPT_PROVIDER_DATA *pProvData, DWORD idxSigner, BOOL 
fCounterSignerChain, DWORD idxCounterSigner)HRESULT WINAPI 
SoftpubCleanup(CRYPT_PROVIDER_DATA *pProvData)HRESULT WINAPI 
SoftpubDumpStructure(CRYPT_PROVIDER_DATA *pProvData)HRESULT WINAPI 
SoftpubInitialize(CRYPT_PROVIDER_DATA *pProvData)HRESULT WINAPI 
SoftpubLoadMessage(CRYPT_PROVIDER_DATA *pProvData)HRESULT 
SoftpubLoadSignature(CRYPT_PROVIDER_DATA *pProvData)HRESULT WINAPI 
FindCertsByIssuer(OUT PCERT_CHAIN pCertChains, IN OUT DWORD *pcbCertChains, OUT 
DWORD *pcCertChains, IN BYTE* pbEncodedIssuerName, IN DWORD 
cbEncodedIssuerName, IN LPCWSTR pwszPurpose, IN DWORD dwKeySpec) André 
Renato Furtado   [EMAIL PROTECTED]
_
Conheça o Windows Live Spaces, a rede de relacionamentos do Messenger!
http://www.amigosdomessenger.com.br/


xenroll exported functions

2008-04-04 Thread andre furtado

add documentation for exported functions of the xenroll library...
IEnroll * WINAPI PIEnrollGetNoCOM(void)*/ returns a pointer to an IEnroll 
interface. */IEnroll2 * WINAPI PIEnroll2GetNoCOM(void)*/ returns a pointer to 
an IEnroll2 interface. */IEnroll4 * WINAPI PIEnroll4GetNoCOM(void)*/ returns a 
pointer to an IEnroll4 interface. */
   André Renato Furtado 
 [EMAIL PROTECTED]
_
Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver 
offline. Conheça  o MSN Mobile!
http://mobile.live.com/signup/signup2.aspx?lc=pt-br


hypertrm exported functions

2008-04-03 Thread andre furtado

add documentation for exported functions of the win32 hypertrm library...
BOOL InitInstance(const HINSTANCE hInstance, const LPTSTR lpCmdLine, const int 
nCmdShow)/* creates the hypertrm session window.   args:   hInstance - apps 
instance handle.   lpCmdLine - command line.   nCmdShow - passed from winmain 
overhead function arglist. */
int MessageLoop(void)
/* window message loop. return a wparam int value, that contains the additional 
information of the 
processed message. */
SF_HANDLE sessQuerySysFileHdl(const HSESSION hSession)
/* returns the sysfile handle based on hypertrm session.   args:   hSession -> 
hypertrm session. */
HTRANSLATE sessQueryTranslateHdl(const HSESSION hSession)
/* returns the translate handle associated with specific hypertrm session. 
translate handle is used 
for manager character translation.   args:   hSession -> hypertrm session. */
int sfGetSessionItem(const SF_HANDLE hSF, const UINT uID, unsigned long 
*pIDSize, void *pvData)
/* is used to get data and item size from the session file handle.   args:   
hSF -> session file handle.   uID -> item id.   [out] pIDSize -> size returned. 
  [out] pvData -> a pointer to an buffer that receives the data. */
int sfPutSessionItem(const SF_HANDLE hSF, const unsigned int uID, const 
unsigned long uIDSize, const void *pvData)
/* is used to add or modify an entry in the session file data associated with 
the current session file 
handle.   args:   hSF -> session file handle.   uID -> item id.   pIDSize -> 
size.   pvData -> a pointer to an buffer of data. */
[EMAIL PROTECTED]
_
Cansado de espaço para só 50 fotos? Conheça o Spaces, o site de relacionamentos 
com até 6,000 fotos!
http://www.amigosdomessenger.com.br


batmeter exported functions

2008-04-02 Thread andre furtado

André Renato Furtado, [EMAIL PROTECTED]  add documentation for exported 
functions of the win32 batmeter library...
 
BOOL BatMeterCapabilities(PUINT   *ppuiBatCount)
*\ description:is used to determine if the batmeter lib can run on the host 
machine. return true on success 
(battery meter can run).params:out -> ppuiBatCount - points to a 
pointer which will be filled in with a pointer to the global battery count.*\
 
HWND CreateBatMeter(HWNDhWndParent,HWND
hWndFrame,BOOLbShowMulti,PBATTERY_STATE  pbsComposite)
*\  description:create, fetch data for and draw the batmeter window. 
returns a handle to the newly created battery meter window on success, null on 
failure.param:hWndParent  - parent of the battery meter dialog.
hWndFrame- frame to locate the battery meter dialog.bShowMulti  
-  display mode (true -> multiple battery).opt -> pbsComposite- pointer 
to composite battery state.*\
 
HWND DestroyBatMeter(HWND hWnd)
*\ description:   destroy the batmeter window created with CreateBatMeter 
function. returns the handle of the 
batmeter parent window.   params:   hWnd   - handle to the window to be 
destroyed. *\
 
BOOL PowerCapabilities()
*\  description:is used to determine if the system has any power
management capabilities which require ui support. return true if power 
management ui should be displayed. *\
 
BOOL UpdateBatMeter(HWNDhWnd,BOOLbShowMulti,
BOOLbForceUpdate,PBATTERY_STATE  pbsComposite)
*\  description:this function should be called when the battery meter 
parent windowreceives a WM_POWERBROADCAST, PBT_APMPOWERSTATUSCHANGE 
message, it willupdate the data in the global battery state list. if needed 
the displaywill also be updated.  PARAMETERS:hWndBatMeter,  
hwnd of the battery meter dialogbShowMulti,display mode
bForceUpdate,  forces a ui updateopt -> pbsComposite,pointer to 
composite battery state.  *\
 
WM_POWERBROADCAST == 0x218
PBT_APMPOWERSTATUSCHANGE == 0xa
_
Instale a Barra de Ferramentas com Desktop Search e ganhe EMOTICONS para o 
Messenger! É GRÁTIS!
http://www.msn.com.br/emoticonpack