PARAMDESC Estructura
Definición
Contiene información sobre cómo transferir un elemento de estructura, un parámetro o un valor devuelto de función entre los procesos.Contains information about how to transfer a structure element, parameter, or function return value between processes.
public value class PARAMDESC
public struct PARAMDESC
type PARAMDESC = struct
Public Structure PARAMDESC
- Herencia
Comentarios
Para obtener más información, consulte estructura PARAMDESC.For more information, see PARAMDESC structure.
El Common Language Runtime produce una excepción cuando un método COM en código nativo devuelve un valor HRESULT.The common language runtime throws an exception when a COM method in native code returns an HRESULT. Para obtener más información, consulta How to: Map HRESULTs and Exceptions.For more information, see How to: Map HRESULTs and Exceptions.
Campos
lpVarValue |
Representa un puntero a un valor que se está pasando de un proceso a otro.Represents a pointer to a value that is being passed between processes. |
wParamFlags |
Representa valores de máscara de bits que describen el elemento de estructura, el parámetro o el valor devuelto.Represents bitmask values that describe the structure element, parameter, or return value. |