This group describes the Page Migration APIs.  
More...
This group describes the Page Migration APIs. 
◆ ADL2_PageMigration_Settings_Get()
Function to retrieve PageMigration Global Settings.
This function retrieves PageMigration Global Settings. 
- Supported Platforms:
 - Windows 7, 10 and above; 32bit and 64bit 
 
- Parameters
 - 
  
  
 
 
 
◆ ADL2_PageMigration_Settings_Set()
      
        
          | int ADL2_PageMigration_Settings_Set  | 
          ( | 
          ADL_CONTEXT_HANDLE  | 
          context,  | 
        
        
           | 
           | 
          int  | 
          iAdapterIndex,  | 
        
        
           | 
           | 
          int  | 
          iEnabled,  | 
        
        
           | 
           | 
          int  | 
          iNewSize  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Function to update PageMigration Global Settings.
This function update PageMigration Global Settings. 
- Supported Platforms:
 - Windows 7, 10 and above; 32bit and 64bit 
 
- Parameters
 - 
  
    | [in] | context | : Client's ADL context handle ADL_CONTEXT_HANDLE obtained from ADL2_Main_Control_Create.  | 
    | [in] | iAdapterIndex | : The ADL index handle of the desired adapter.  | 
    | [in] | iEnabled | : Set to true if page migration is to be enabled. Set to false if page migration is to be disabled and iNewSize will be ignored.  | 
    | [in] | iNewSize | : New size in MB  |