• S
    hyperv: Functions to work with invocation parameters · 638a5efd
    Sri Ramanujam 提交于
    This commit introduces functionality for creating and working with
    invoke parameters. This commit does not include any code for serializing
    and actually performing the method invocations; it merely defines the
    functions and API for using invocation parameters in driver code.
    
    HYPERV_DEFAULT_PARAM_COUNT was chosen because almost no method
    invocations have more than 4 parameters.
    
    Functions added:
    * hypervInitInvokeParamsList
    * hypervFreeInvokeParams
    * hypervAddSimpleParam
    * hypervAddEprParam
    * hypervCreateEmbeddedParam
    * hypervSetEmbeddedProperty
    * hypervAddEmbeddedParam
    * hypervFreeEmbeddedParam
    638a5efd
hyperv_wmi.c 30.2 KB