DkmPropertyProxy.InPlaceUpdateObject(Byte[]) 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.
Not described (internal API).
Location constraint: API must be called from an IDE component (component level > 100,000).
public:
System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ InPlaceUpdateObject(cli::array <System::Byte> ^ DataIn);
public System.Collections.ObjectModel.ReadOnlyCollection<byte> InPlaceUpdateObject (byte[] DataIn);
public System.Collections.ObjectModel.ReadOnlyCollection<byte>? InPlaceUpdateObject (byte[]? DataIn);
member this.InPlaceUpdateObject : byte[] -> System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public Function InPlaceUpdateObject (DataIn As Byte()) As ReadOnlyCollection(Of Byte)
Parameters
- DataIn
- Byte[]
[In] Not described (internal API).
Returns
[Out,Optional] Not described (internal API).