Function MrmCreateResourceIndexerFromPreviousSchemaData
pub unsafe fn MrmCreateResourceIndexerFromPreviousSchemaData<P0, P2>(
projectroot: P0,
platformversion: MrmPlatformVersion,
defaultqualifiers: P2,
schemaxmldata: &[u8],
indexer: *mut MrmResourceIndexerHandle,
) -> Result<()>where
P0: Param<PCWSTR>,
P2: Param<PCWSTR>,