ISequentialStream.RemoteWrite(Byte, UInt32, UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Écrit un nombre spécifié d'octets dans l'objet de flux en démarrant au niveau du pointeur de recherche actuel.
public:
void RemoteWrite(System::Byte % pv, System::UInt32 cb, [Runtime::InteropServices::Out] System::UInt32 % pcbWritten);
public void RemoteWrite (ref byte pv, uint cb, out uint pcbWritten);
abstract member RemoteWrite : byte * uint32 * uint32 -> unit
Public Sub RemoteWrite (ByRef pv As Byte, cb As UInteger, ByRef pcbWritten As UInteger)
Paramètres
- pv
- Byte
Mémoire tampon dans laquelle écrire ce flux.
- cb
- UInt32
Nombre d'octets à écrire dans le flux.
- pcbWritten
- UInt32
Retourne, le cas échéant, le nombre réel d'octets écrits dans l'objet de flux.