mirror of https://github.com/tongzx/nt5src
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.
13 lines
456 B
13 lines
456 B
#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
|