Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

43 lines
1.4 KiB

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1996 - 1999
//
// File: SIPObjCT.hxx (Catalog)
//
// Contents: Microsoft SIP Provider
//
// History: 24-Feb-1997 pberkman created
//
//--------------------------------------------------------------------------
#ifndef SIPOBJCT_HXX
#define SIPOBJCT_HXX
#include "sipobj.hxx"
class SIPObjectCatalog_ : public SIPObject_
{
public:
SIPObjectCatalog_(DWORD id);
virtual ~SIPObjectCatalog_(void) { ; }
BOOL GetSignedDataMsg(SIP_SUBJECTINFO *pSI,DWORD dwIdx,
DWORD *pdwDLen,BYTE *pbData,
DWORD *pdwEncodeType);
BOOL PutSignedDataMsg(SIP_SUBJECTINFO *pSI,DWORD *dwIdx,
DWORD dwDLen,BYTE *pbData,
DWORD dwEncodeType);
BOOL RemoveSignedDataMsg(SIP_SUBJECTINFO *pSI,DWORD dwIdx) { return(FALSE); }
BOOL CreateIndirectData(SIP_SUBJECTINFO *pSI,DWORD *pdwDLen,
SIP_INDIRECT_DATA *psData);
BOOL VerifyIndirectData(SIP_SUBJECTINFO *pSI,
SIP_INDIRECT_DATA *psData)
{ return(TRUE); }
};
#endif // SIPOBJCT_HXX