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.
|
|
#ifndef _FEED_PATCH_H_
#include "metakey.h"
#include <stdio.h>
#include <nntpmeta.h>
#include <nntptype.h>
#include <nntpapi.h>
HRESULT AddFeedToMB( LPNNTP_FEED_INFO pFeedInfo, CMetabaseKey* pMK, PDWORD pdwErrMask, DWORD, PDWORD ); HRESULT SetFeedToMB( LPNNTP_FEED_INFO pFeedInfo, CMetabaseKey* pMK, PDWORD pdwErrMask, DWORD ); HRESULT DeleteFeed( DWORD dwFeedId, CMetabaseKey* pMK, DWORD ); HRESULT OpenKey( DWORD, CMetabaseKey*, DWORD, DWORD );
#endif
|