Home | History | Annotate | Download | only in inc

Lines Matching refs:IN

55  *      This function automatically registers DCD objects specified in a
75 extern DSP_STATUS DCD_AutoRegister(IN struct DCD_MANAGER* hDcdMgr,
76 IN CHAR * pszCoffPath);
81 * This function automatically unregisters DCD objects specified in a
101 extern DSP_STATUS DCD_AutoUnregister(IN struct DCD_MANAGER* hDcdMgr,
102 IN CHAR * pszCoffPath);
122 extern DSP_STATUS DCD_CreateManager(IN CHAR * pszZlDllName,
138 extern DSP_STATUS DCD_DestroyManager(IN struct DCD_MANAGER* hDcdMgr);
158 * This function can be used in conjunction with DCD_GetObjectDef to
161 extern DSP_STATUS DCD_EnumerateObject(IN INT cIndex,
162 IN DSP_DCDOBJTYPE objType,
187 * pDepLibUuids: Array of dependent library uuids to be filled in.
202 extern DSP_STATUS DCD_GetDepLibs(IN struct DCD_MANAGER* hDcdMgr,
203 IN struct DSP_UUID * pUuid,
207 IN NLDR_PHASE phase);
232 extern DSP_STATUS DCD_GetNumDepLibs(IN struct DCD_MANAGER* hDcdMgr,
233 IN struct DSP_UUID * pUuid,
236 IN NLDR_PHASE phase);
250 * fPhaseSplit: Are phases in multiple libraries
262 extern DSP_STATUS DCD_GetLibraryName(IN struct DCD_MANAGER* hDcdMgr,
263 IN struct DSP_UUID * pUuid,
264 IN OUT PSTR pstrLibName,
265 IN OUT DWORD * pdwSize,
266 IN NLDR_PHASE phase,
296 extern DSP_STATUS DCD_GetObjectDef(IN struct DCD_MANAGER* hDcdMgr,
297 IN struct DSP_UUID * pObjUuid,
298 IN DSP_DCDOBJTYPE objType,
304 * This function finds all DCD objects specified in a special
307 * various actions, such as 1) register nodes in the node database, 2)
330 extern DSP_STATUS DCD_GetObjects(IN struct DCD_MANAGER* hDcdMgr,
331 IN CHAR * pszCoffPath,
352 * This function registers a DSP/BIOS Bridge object in the DCD database.
367 extern DSP_STATUS DCD_RegisterObject(IN struct DSP_UUID * pUuid,
368 IN DSP_DCDOBJTYPE objType,
369 IN CHAR * pszPathName);
389 extern DSP_STATUS DCD_UnregisterObject(IN struct DSP_UUID * pUuid,
390 IN DSP_DCDOBJTYPE objType);