MibDelete Sample

[This is preliminary documentation and subject to change.]

DWORD
APIENTRY
MibDelete(
    IN DWORD dwInputSize,
    IN PVOID pInputData
    )
/*++
  Routine Description

  
  Arguments


  Return Value
      NO_ERROR

--*/
{
    //
    // Not supported
    //
    
    return NO_ERROR;
}