PARAMDESC Struct
Definizione
Attenzione
Use System.Runtime.InteropServices.ComTypes.PARAMDESC instead. http://go.microsoft.com/fwlink/?linkid=14202
Attenzione
Questa API è ora obsoleta.
public value class PARAMDESC
[System.Runtime.InteropServices.ComVisible(false)]
public struct PARAMDESC
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.PARAMDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct PARAMDESC
[System.Obsolete]
public struct PARAMDESC
[<System.Runtime.InteropServices.ComVisible(false)>]
type PARAMDESC = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.PARAMDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type PARAMDESC = struct
[<System.Obsolete>]
type PARAMDESC = struct
Public Structure PARAMDESC
- Ereditarietà
- Attributi
Commenti
Per ulteriori informazioni su PARAMDESC
, vedere MSDN Library.For additional information about PARAMDESC
, see the MSDN Library.
Campi
lpVarValue |
Rappresenta un puntatore a un valore passato da un processo a un altro.Represents a pointer to a value that is being passed between processes. |
wParamFlags |
Rappresenta valori bitmask che descrivono l'elemento strutturale, il parametro o il valore restituito.Represents bitmask values that describe the structure element, parameter, or return value. |