DSInternals/Src/DSInternals.Replication.Interop/drsr_alloc.h
2015-12-26 23:44:43 +01:00

34 lines
881 B
C++

#pragma once
#include "midl_alloc.h"
#include "drsr.h"
#include "drsr_addons.h"
// Specialized allocators and deleters:
template<>
void midl_delete<DRS_MSG_GETCHGREPLY_V6>::operator()(DRS_MSG_GETCHGREPLY_V6* reply) const;
template<>
void midl_delete<DRS_MSG_GETCHGREQ_V8>::operator()(DRS_MSG_GETCHGREQ_V8* request) const;
template<>
void midl_delete<DRS_MSG_CRACKREQ_V1>::operator()(DRS_MSG_CRACKREQ_V1* request) const;
template<>
void midl_delete<DRS_MSG_CRACKREPLY_V1>::operator()(DRS_MSG_CRACKREPLY_V1* request) const;
template<>
midl_ptr<DRS_EXTENSIONS_INT> make_midl_ptr();
template<>
midl_ptr<DSNAME> make_midl_ptr(ULONG numChars);
template<>
midl_ptr<UPTODATE_VECTOR_V1_EXT> make_midl_ptr(ULONG numCursors);
template<>
midl_ptr<PARTIAL_ATTR_VECTOR_V1_EXT> make_midl_ptr(ULONG numAttributes);
template<>
midl_ptr<DRS_MSG_CRACKREQ_V1> make_midl_ptr(ULONG numNames);