IStorage.CopyTo(UInt32, Guid[], IntPtr, IStorage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void CopyTo(System::UInt32 ciidExclude, cli::array <Guid> ^ rgiidExclude, IntPtr snbExclude, Microsoft::VisualStudio::OLE::Interop::IStorage ^ pstgDest);
public void CopyTo (uint ciidExclude, Guid[] rgiidExclude, IntPtr snbExclude, Microsoft.VisualStudio.OLE.Interop.IStorage pstgDest);
abstract member CopyTo : uint32 * Guid[] * nativeint * Microsoft.VisualStudio.OLE.Interop.IStorage -> unit
Public Sub CopyTo (ciidExclude As UInteger, rgiidExclude As Guid(), snbExclude As IntPtr, pstgDest As IStorage)
Parameters
- ciidExclude
- UInt32
- rgiidExclude
- Guid[]
- snbExclude
-
IntPtr
nativeint
- pstgDest
- IStorage