ISP_FIND_LDM

#include <isp.h>

typedef struct ISP_FIND_LDM {  //
    ISP ISP_fldm_hdr;      // Standard header
    ULONG ISP_fldm_drive;  // 0-based drive number
    PVOID ISP_fldm_pldm;   // returned pointer to LDM entry
} ISP_FIND_LDM, *PISP_FIND_LDM;
 

Contains information for a ISP_FIND_LDM_ENTRY or ISP_DELETE_LDM_ENTRY function. LDM refers to the Logical Device Map, pointed to by the IDA_logical_dev_map (see IDA.H).

See Also

ISP