UCOMIStream 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Use System.Runtime.InteropServices.ComTypes.IStream instead. http://go.microsoft.com/fwlink/?linkid=14202
대신 IStream를 사용하세요.
public interface class UCOMIStream
[System.Runtime.InteropServices.Guid("0000000c-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIStream
[System.Runtime.InteropServices.Guid("0000000c-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IStream instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIStream
[<System.Runtime.InteropServices.Guid("0000000c-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIStream = interface
[<System.Runtime.InteropServices.Guid("0000000c-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IStream instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIStream = interface
Public Interface UCOMIStream
- 특성
설명
자세한 내용은 기존 설명서를 참조 하세요 IStream
및 ISequentialStream
MSDN 라이브러리의 com 하위 폴더에 있습니다.
메서드
Clone(UCOMIStream) |
사용되지 않음.
고유의 검색 포인터를 사용하여 원래 스트림과 같은 바이트를 참조하는 새 스트림 개체를 만듭니다. |
Commit(Int32) |
사용되지 않음.
트랜잭트 모드에 있는 스트림 개체 열기에 대한 변경 사항이 모두 부모 스토리지에 반영되도록 합니다. |
CopyTo(UCOMIStream, Int64, IntPtr, IntPtr) |
사용되지 않음.
지정된 바이트 수를 스트림의 현재 검색 포인터에서 다른 스트림의 현재 검색 포인터 위치로 복사합니다. |
LockRegion(Int64, Int64, Int32) |
사용되지 않음.
스트림에서 지정된 범위의 바이트에 대한 액세스를 제한합니다. |
Read(Byte[], Int32, IntPtr) |
사용되지 않음.
스트림 개체의 지정된 바이트 수를 현재 검색 포인터에서 시작하는 메모리로 읽습니다. |
Revert() |
사용되지 않음.
마지막 Commit(Int32) 호출 이후 트랜잭션 스트림에 대한 모든 변경 내용이 취소되었습니다. |
Seek(Int64, Int32, IntPtr) |
사용되지 않음.
검색 포인터를 스트림 시작, 스트림 끝 또는 현재 검색 포인터에 상대적인 새 위치로 변경합니다. |
SetSize(Int64) |
사용되지 않음.
스트림 개체의 크기를 변경합니다. |
Stat(STATSTG, Int32) |
사용되지 않음.
이 스트림에 대한 STATSTG 구조체를 검색합니다. |
UnlockRegion(Int64, Int64, Int32) |
사용되지 않음.
이전에 LockRegion(Int64, Int64, Int32)를 통해 제한한 바이트의 범위에 대한 액세스 제한을 제거합니다. |
Write(Byte[], Int32, IntPtr) |
사용되지 않음.
지정된 바이트 수를 현재 검색 포인터에서 시작하는 스트림 개체에 씁니다. |
적용 대상
.NET