Metodo IPipeLineStagesRequest3::RequestMeshAsync
Richiesta asincrona per ottenere i dati mesh dall'evento specificato.
Sintassi
HRESULT RequestMeshAsync(
EventID eventID,
BSTR meshFilename,
IPipeLineStagesCallback3 * requestCallback,
DWORD requestCookie,
DWORD progressIntervalMsecs
);
Parametri
Eventid
Evento specificato.
meshFilename
Stringa COM contenente il nome percorso del file in cui sono scritti i dati mesh.
requestCallback
Indirizzo del callback usato per notificare l'host dei risultati.
requestCookie
Cookie che identifica in modo univoco la richiesta e può essere usato per segnalarlo per essere annullato.
progressIntervalMsecs
Non usato.
Valore restituito
Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Requisiti
Intestazione | Vspixengine.h |
Vedere anche