MibCreate Sample

[This is preliminary documentation and subject to change.]

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


  Return Value
      NO_ERROR

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