コード例 #1
0
ファイル: ndaslogdev.cpp プロジェクト: yzx65/ndas4windows
static void 
CheckUnitDeviceOnUnmount(CNdasUnitDevice* pUnitDevice)
{
	if (pUnitDevice) 
	{
		CRefObjPtr<CNdasDevice> pDevice = pUnitDevice->GetParentDevice();
		if (NULL != pDevice.p) 
		{
			(VOID) pDevice->UpdateDeviceInfo();
		}
	}
}