📄 dnsrpc.h
字号:
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 5.01.0164 */
/* at Mon Oct 29 01:19:30 2007
*/
/* Compiler settings for dnsrpc.Idl, dnsrpc.Acf:
Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
error checks: allocation ref bounds_check enum stub_data
*/
//@@MIDL_FILE_HEADING( )
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 440
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __dnsrpc_h__
#define __dnsrpc_h__
#ifdef __cplusplus
extern "C"{
#endif
/* Forward Declarations */
void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void __RPC_FAR * );
#ifndef __dnsserver_INTERFACE_DEFINED__
#define __dnsserver_INTERFACE_DEFINED__
/* interface dnsserver */
/* [implicit_handle][unique][version][uuid] */
void DnssrvOperation(
/* [in] */ long parama,
/* [string][in] */ unsigned char __RPC_FAR *paramb,
/* [in] */ long paramc,
/* [string][in] */ unsigned char __RPC_FAR *paramd,
/* [in] */ long parame,
/* [in] */ unsigned char __RPC_FAR *paramf);
long DnssrvQuery(
/* [string][unique][in] */ wchar_t __RPC_FAR *parama,
/* [string][unique][in] */ unsigned char __RPC_FAR *paramb,
/* [string][unique][in] */ unsigned char __RPC_FAR *paramc,
/* [in] */ long __RPC_FAR *paramd,
/* [out] */ long __RPC_FAR *parame);
void DnssrvComplexOperation( void);
void DnssrvEnumRecords( void);
void DnssrvUpdateRecord( void);
void DnssrvOperation2( void);
long DnssrvQuery2(
/* [in] */ long parama,
/* [in] */ long paramb,
/* [string][unique][in] */ wchar_t __RPC_FAR *paramc,
/* [string][unique][in] */ unsigned char __RPC_FAR *paramd,
/* [string][unique][in] */ unsigned char __RPC_FAR *parame,
/* [out] */ long __RPC_FAR *paramf,
/* [out] */ long __RPC_FAR *paramg);
extern handle_t dns;
extern RPC_IF_HANDLE dnsserver_v5_0_c_ifspec;
extern RPC_IF_HANDLE dnsserver_v5_0_s_ifspec;
#endif /* __dnsserver_INTERFACE_DEFINED__ */
/* Additional Prototypes for ALL interfaces */
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -